ArrayValue class final
A DataSchemaValue object wrapping multiple other DataSchemaValues.
- Inheritance
-
- Object
- DataSchemaValue<
List< Object?> > - ArrayValue
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ List<
Object?> -
The raw value wrapped by this DataSchemaValue object.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
tryParse(
List value) → ArrayValue? -
Tries to instantiate a new ArrayValue from a raw
value
.override