Reference<T> class
sealed
Constructors
-
Reference.new(T value, {Encodable<
T> ? using}) -
factory
-
Reference.late({Encodable<
T> ? using}) -
factory
Properties
Methods
-
get<
R> (R callback(T value)) → Reference< R> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
T value) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited