isUsable property

bool get isUsable

Whether the location can be used (not excluded).

Implementation

bool get isUsable => !wasExcluded && processedLocation != null;