TypeDecoder<TBaseType> class abstract

Provides methods to decode non primitive types (such as custom classes) from configuration entries. TBaseType reffers to the base type a class must implement in order to use the current decoder.

Implementers

Constructors

TypeDecoder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
The current type decoder type
no setter

Methods

decode<T extends TBaseType>(TBaseType instance, Map<String, dynamic> map) → T
Decodes a type
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