Import<T, O> class
Null safety
An interface for Input
- Implementers
Constructors
- Import()
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
open(
T object) → FutureOr< List< String> > -
open returns the supported list of identifier String for the
given
object. -
toString(
) → String -
A string representation of this object.
inherited
-
unpack(
O? options) → FutureOr< Map< String, Object?> > -
unpack unpacks opened object the given
optionsand returns a FutureOr ofMap<String, Object?>.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited