Config class
- Annotations
-
- @JsonSerializable()
Constructors
- Config({required String packageName, required String version, required API api, required GeneratorMethod generatorMethod})
-
Config.fromJson(Map<
String, dynamic> json) -
factory
Properties
- api ↔ API
-
API info
getter/setter pair
- generatorMethod ↔ GeneratorMethod
-
generation method info
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- packageName ↔ String
-
the name of the package
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version ↔ String
-
the version that we are going to generate
getter/setter pair
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