value property

Object? value
inherited

The value of this fragment.

Implementation

Object? get value;
void value=(Object? value)

Sets the value of this fragment.

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

set value(Object? value);