TargetBuilderConfigDefaults class

Default values that builder authors can specify when users don't fill in the corresponding key for TargetBuilderConfig.

Annotations
  • @JsonSerializable()

Constructors

TargetBuilderConfigDefaults({InputSet? generateFor, Map<String, dynamic>? options, Map<String, dynamic>? devOptions, Map<String, dynamic>? releaseOptions})
const
TargetBuilderConfigDefaults.fromJson(Map json)
factory

Properties

devOptions Map<String, dynamic>
final
generateFor InputSet
final
hashCode int
The hash code for this object.
no setterinherited
options Map<String, dynamic>
final
releaseOptions Map<String, dynamic>
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.
inherited

Operators

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