ProjectProductVariantAdditionalFieldsMapper class
Methods
-
addSubMapper(SubClassMapperBase<ProjectProductVariantAdditionalFields> mapper)
→ void
-
Adds a subclass mapper to this mapper.
inherited
-
canDecode(Map<String, dynamic> value)
→ bool
-
inherited
-
decode(Object? value, DecodingContext context)
→ ProjectProductVariantAdditionalFields
-
inherited
-
decodeJson<V>(String json)
→ V
-
inherited
-
decodeMap<V>(Map<String, dynamic> map)
→ V
-
inherited
-
decoder(Object? value, DecodingContext context)
→ ProjectProductVariantAdditionalFields
-
The mapping method to decode
value
to an instance of this mappers type.
inherited
-
decodeValue<V>(Object? value, [DecodingOptions? options, MapperContainer? container])
→ V
-
inherited
-
encode(ProjectProductVariantAdditionalFields value, EncodingContext context)
→ Object?
-
inherited
-
encodeJson<V>(V object, [EncodingOptions? options])
→ String
-
inherited
-
encodeMap<V>(V object, [EncodingOptions? options])
→ Map<String, dynamic>
-
inherited
-
encoder(ProjectProductVariantAdditionalFields value, EncodingContext context)
→ Object?
-
The mapping method to encode
value
to a serializable value.
inherited
-
encodeValue<V>(V value, [EncodingOptions? options, MapperContainer? container])
→ Object?
-
inherited
-
equals(ProjectProductVariantAdditionalFields value, ProjectProductVariantAdditionalFields other, MappingContext context)
→ bool
-
The mapping method to compare
value
and other
for equality.
inherited
-
equalsValue(ProjectProductVariantAdditionalFields value, Object? other, [MapperContainer? container])
→ bool
-
inherited
-
hash(ProjectProductVariantAdditionalFields value, MappingContext context)
→ int
-
The mapping method to calculate the hash of
value
.
inherited
-
hashValue(ProjectProductVariantAdditionalFields value, [MapperContainer? container])
→ int
-
inherited
-
includeTypeId<V>(dynamic v)
→ bool
-
inherited
-
inherit(DecodingContext context)
→ DecodingContext
-
This will inherit the decoding context when giving over decoding to a
subclass.
inherited
-
isFor(dynamic v)
→ bool
-
inherited
-
isForType(Type type)
→ bool
-
inherited
-
isValueEqual(ProjectProductVariantAdditionalFields value, Object? other, [MapperContainer? container])
→ bool
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
stringify(ProjectProductVariantAdditionalFields value, MappingContext context)
→ String
-
The mapping method to get the string representation of
value
.
inherited
-
stringifyValue(ProjectProductVariantAdditionalFields value, [MapperContainer? container])
→ String
-
inherited
-
subOrSelfFor(dynamic value)
→ MapperBase<Object>?
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited