GenerateInput class

Annotations
  • @freezed

Constructors

GenerateInput({@JsonKey.new(name: 'root') required String rootFolder, required String outputPath, required Map<String, Object?> options, @JsonKey.new(name: 'packages') required DeclarationNode rootPackage})
const
factory
GenerateInput.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $GenerateInputCopyWith<GenerateInput>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
options Map<String, Object?>
no setterinherited
outputPath String
no setterinherited
rootFolder String
no setterinherited
rootPackage DeclarationNode
no setterinherited
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>
inherited
toString() String
A string representation of this object.
inherited

Operators

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