options property

Map<String, Value>? options
getter/setter pair

Optional named arguments that certain functions may support.

Optional.

Implementation

core.Map<core.String, Value>? options;