TypedMap class

Constructors

TypedMap(Map<String, dynamic> map)

Properties

hashCode int
The hash code for this object.
no setterinherited
map Map<String, dynamic>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get<T>(String key, [Decoder<T>? decode]) → T
getList<T>(String key, [Decoder<T>? decode]) List<T>
getListOpt<T>(String key, [Decoder<T>? decode]) List<T>?
getMap<K, V>(String key, [Decoder<Map<K, V>>? decode]) Map<K, V>
getMapOpt<K, V>(String key, [Decoder<Map<K, V>>? decode]) Map<K, V>?
getOpt<T>(String key, [Decoder<T>? decode]) → T?
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