GlobalBuilderConfig class

The configuration for a Builder applied globally.

Annotations
  • @JsonSerializable()

Constructors

GlobalBuilderConfig({Map<String, dynamic>? options, Map<String, dynamic>? devOptions, Map<String, dynamic>? releaseOptions, List<String>? runsBefore})
GlobalBuilderConfig.fromJson(Map json)
factory

Properties

devOptions Map<String, dynamic>
Overrides for options in dev mode.
final
hashCode int
The hash code for this object.
no setterinherited
options Map<String, dynamic>
The options to pass to the BuilderFactory when constructing this builder.
final
releaseOptions Map<String, dynamic>
Overrides for options in release mode.
final
runsBefore List<String>
Builder keys in $package:$builder format which should only be run after this Builder.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited