TypedJsonObjectValueType<J, D> class
Null safety
- Inheritance
- Available Extensions
Constructors
Properties
- dartTypeReference → Reference
-
read-onlyinherited
-
defaultValue
→ Map<
String, D> ? -
finalinherited
-
fieldValueTypes
→ Map<
String, ValueType< J, D> > -
final
- fromJsonFunctionReference → Reference?
-
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- mandatoryFromJsonFunctionReference → Reference?
-
read-onlyinherited
- mandatoryToJsonFunctionReference → Reference?
-
read-onlyinherited
- name → String
-
read-onlyinherited
- optional → bool
-
finalinherited
- optionalFromJsonFunctionReference → Reference?
-
read-onlyinherited
- optionalToJsonFunctionReference → Reference?
-
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- toJsonFunctionReference → Reference?
-
read-onlyinherited
Methods
-
asOptional(
{bool optional = true}) → TypedJsonObjectValueType< J, D> -
override
-
convertFromJson(
Map< String, dynamic> ? value) → Map<String, D> ? -
inherited
-
convertToJson(
Map< String, D> ? value) → Map<String, dynamic> ? -
inherited
-
mandatoryFromJson(
Map< String, dynamic> json) → Map<String, D> -
override
-
mandatoryToJson(
Map< String, D> map) → Map<String, J> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
optionalFromJson(
Map< String, dynamic> ? value) → Map<String, D> ? -
inherited
-
optionalToJson(
Map< String, D> ? value) → Map<String, dynamic> ? -
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateDartTypeReference(
TypeReferenceBuilder b) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited