ImportResult class

Represents the state of an import

Note that storeName may be different to the import file's name. In this case, the MapEntry for which this object is the value will have the filename as the key.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeName String?
The store name, as it will be imported
final
successful bool
Whether or not this import was successfully completed
final

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