TypedListValueType<J, D> class
Null safety
- Inheritance
-
- Object
- ValueType<
List, List< D> > - ComplexValueType<
List, List< D> > - ComplexListValueType<
List< D> > - TypedListValueType
- Available Extensions
Constructors
-
TypedListValueType(ValueType elementValueType, {required bool optional, List<
D> ? defaultValue}) -
const
Properties
- dartTypeReference → Reference
-
read-onlyinherited
-
defaultValue
→ List<
D> ? -
finalinherited
- elementValueType → ValueType
-
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-onlyoverride
- 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}) → TypedListValueType< J, D> -
override
-
convertFromJson(
List? value) → List< D> ? -
inherited
-
convertToJson(
List< D> ? value) → List? -
inherited
-
mandatoryFromJson(
List json) → List< D> -
override
-
mandatoryToJson(
List< D> list) → List<J> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
optionalFromJson(
List? value) → List< D> ? -
inherited
-
optionalToJson(
List< D> ? value) → List? -
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