GeneratorConfig class

Annotations
  • @JsonSerializable(createFactory: true, createToJson: true, explicitToJson: true)

Constructors

GeneratorConfig({required String name, required EnvValue? output, required bool? isCustomOutput, required EnvValue provider, required Map<String, String> config, required List<EnvValue> binaryTargets, required List<String> previewFeatures})
const
GeneratorConfig.fromJson(Map<String, dynamic> json)
factory

Properties

binaryTargets List<EnvValue>
final
config Map<String, String>
final
hashCode int
The hash code for this object.
no setterinherited
isCustomOutput bool?
final
name String
final
output EnvValue?
final
previewFeatures List<String>
final
provider EnvValue
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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