JSONMapper class

@internal

Constructors

JSONMapper({required Type type, bool validate = false})

Properties

deserializer Mapper
getter/setter pair
deserializerMapping Mapping?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializer Mapper
getter/setter pair
serializerMapping Mapping?
getter/setter pair
type Type
getter/setter pair
validate bool
getter/setter pair

Methods

createDeserializer() Mapper
createSerializer() Mapper
deserialize<V>(Map<String, dynamic> json) → V
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(dynamic instance) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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