BuilderOptions class
Constructors
-
BuilderOptions(Map<
String, dynamic> config, {bool isRoot = false}) -
const
Properties
-
config
→ Map<
String, dynamic> -
The configuration to apply to a given usage of a Builder.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRoot → bool
-
Whether or not this builder is running on the root package.
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
-
overrideWith(
BuilderOptions? other) → BuilderOptions -
Returns a new set of options with keys from
other
overriding options in this instance. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- empty → const BuilderOptions
- A configuration with no options set.
- forRoot → const BuilderOptions
-
A configuration with isRoot set to
true
, and no options set.