ReferenceDecodable<T> class
final
- Implemented types
-
- ComposedDecodable1<
Reference< T> , T>
- ComposedDecodable1<
Properties
Methods
-
decode(
Decoder decoder) → Reference< T> -
Decodes a value of type
T
using thedecoder
.override -
extract<
$R> ($R fn< A>(Decodable< ) → $RA> ? decodableA) -
Extracts the child Decodable for the type parameter
A
from the composed Decodable for type T.override -
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