options property

Map<String, dynamic> options
final

The options to pass to the BuilderFactory when constructing this builder.

The options key in the configuration.

Individual keys may be overridden by either devOptions or releaseOptions.

Implementation

final Map<String, dynamic> options;