addValue abstract method

void addValue(
  1. Object? value
)

Adds a value at the end of this array.

Allowed value types are Iterable, Array, Blob, DateTime, Map<String, Object?>, Dictionary, null, number types, and String.

The collections must contain only the above types.

Implementation

void addValue(Object? value);