JsonAdapter<T> class
abstract
Constructors
Properties
Methods
-
decode<
E> (dynamic map, String key, {bool isList = false, bool isNullable = true, dynamic defaultValue}) → dynamic -
encode<
E> (dynamic object, String key) → dynamic -
fromJson(
dynamic json) → T -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
T instance) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited