menu
geopod
services/places/places_import_export.dart
ImportResult
hasErrors property
hasErrors
dark_mode
light_mode
hasErrors
property
bool
get
hasErrors
Whether there were any errors during import.
Implementation
bool get hasErrors => errors.isNotEmpty;
geopod
places_import_export
ImportResult
hasErrors property
ImportResult class