isPriority property
Whether this is a priority source (preload on startup).
Implementation
bool get isPriority {
return this == MapSource.openStreetMap || this == MapSource.cartoDarkMatter;
}
Whether this is a priority source (preload on startup).
bool get isPriority {
return this == MapSource.openStreetMap || this == MapSource.cartoDarkMatter;
}