TypedJsonMapValueType<K, J, D> class final

Inheritance
Available Extensions

Constructors

TypedJsonMapValueType(ValueType<String, K> keyValueType, ValueType<J, D> valueValueType, {required bool optional})
const

Properties

fullType String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
keyValueType ValueType<String, K>
final
optional bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
no setteroverride
typeArguments List<ValueType>
no setteroverride
valueValueType ValueType<J, D>
final

Methods

asOptional({bool optional = true}) TypedJsonMapValueType<K, J, D>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic> json) TypedJsonMapValueType
override