ElementResolver<T> class
A simple element of type T
resolver.
Constructors
- ElementResolver(T? resolver())
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isResolved → bool
-
Returns
true
if the element is resolved.no setter - resolver → T? Function()
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
) → T? -
Returns the last resolved element
T
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void - Resets, clearing resolved element.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited