isUsable property
Whether the location can be used (not excluded).
Implementation
bool get isUsable => !wasExcluded && processedLocation != null;
Whether the location can be used (not excluded).
bool get isUsable => !wasExcluded && processedLocation != null;