fromArray static method
Creates a DataSchemaValue from a list of value
s.
Throws a FormatException if any element of the value
list is not a
valid DataSchemaValue.
Implementation
static ArrayValue fromArray(List<Object?> value) =>
ArrayValue._fromValue(value);