AnnotationMapValueType class Null safety

Inheritance
Available Extensions

Constructors

AnnotationMapValueType({required bool optional, Map<String, MediaAnnotation>? defaultValue})

Properties

dartTypeReference → Reference
read-onlyinherited
defaultValue Map<String, MediaAnnotation>?
finalinherited
fromJsonFunctionReference → Reference?
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
keyValueType ValueType<String, String>
finalinherited
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
valueValueType ValueType<Map<String, Object?>, MediaAnnotation>
finalinherited

Methods

asOptional({bool optional = true}) AnnotationMapValueType
override
convertFromJson(Map<String, dynamic>? value) Map<String, MediaAnnotation>?
inherited
convertToJson(Map<String, MediaAnnotation>? value) Map<String, dynamic>?
inherited
mandatoryFromJson(Map<String, dynamic> json) Map<String, MediaAnnotation>
inherited
mandatoryToJson(Map<String, MediaAnnotation> map) Map<String, Map<String, Object?>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
optionalFromJson(Map<String, dynamic>? value) Map<String, MediaAnnotation>?
inherited
optionalToJson(Map<String, MediaAnnotation>? value) Map<String, dynamic>?
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
updateDartTypeReference(TypeReferenceBuilder b) → void
inherited

Operators

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