ImportResult class
Result of an import operation.
Constructors
Properties
- cancelled ↔ bool
-
Whether the user cancelled the file picker.
getter/setter pair
-
errors
→ List<
String> -
Error messages for skipped items.
final
- hasErrors → bool
-
Whether there were any errors during import.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPlaces → bool
-
Whether the import was successful (at least one place imported).
no setter
-
places
→ List<
Place> -
Successfully parsed and validated places.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skippedCount ↔ int
-
Number of items that were skipped due to validation errors.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited