value property Null safety
inherited
The value of this fragment.
Implementation
Object? get 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);