ArrayValue class

Contains an array.

Constructors

ArrayValue({List<ArrayValue>? arrayValues, List<bool>? booleanValues, List<double>? doubleValues, List<int>? longValues, List<String>? stringValues})
ArrayValue.fromJson(Map<String, dynamic> json)
factory

Properties

arrayValues List<ArrayValue>?
An array of arrays.
final
booleanValues List<bool>?
An array of Boolean values.
final
doubleValues List<double>?
An array of integers.
final
hashCode int
The hash code for this object.
no setterinherited
longValues List<int>?
An array of floating point numbers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValues List<String>?
An array of strings.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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