BuiltListMultimapNTreeArgConverter<K, V> class

Properties

canSerializeNull bool
Whether this converter can serialize null values.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
itemConverters List<DogConverter>
Pre-resolved item converters for the type arguments.
getter/setter pairinherited
nativeModes List<NativeSerializerMode>
Pre-resolved native serializers for the type arguments.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tree ↔ TypeTree
The type tree of the generic type instance.
getter/setter pairinherited
validationModes List<ValidationMode?>
Pre-resolved validation modes for the type arguments.
getter/setter pairinherited

Methods

deserialize(dynamic value, DogEngine engine) → BuiltListMultimap
Deserializes a value to an instance of BASE.
deserializeArg(dynamic value, int index, DogEngine engine) → dynamic
Deserializes a the value using the converter of the indexth type argument.
inherited
inferSchemaType(DogEngine engine, SchemaConfig config) → SchemaType
Infers the schema type of the BASE type.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(BuiltListMultimap value, DogEngine engine) → dynamic
Serializes a value to a dynamic value.
serializeArg(dynamic value, int index, DogEngine engine) → dynamic
Serializes a the value using the converter of the indexth type argument.
inherited
toString() String
A string representation of this object.
inherited
traverse(dynamic value, DogEngine engine) Iterable<(dynamic, int)>
Traverses the value and yields all values of the type arguments
inherited

Operators

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