GeneratorData class
- Available extensions
Constructors
-
GeneratorData({String? className, AnnotationTypes? annotationType, List<
String> ? imports, List<Variable> ? variablesList, bool? isFreezed, bool? extended})
Properties
- annotationType → AnnotationTypes?
-
final
- className → String?
-
final
- extended → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
imports
→ List<
String> ? -
final
- isFreezed → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
variablesList
→ List<
Variable> ? -
final
Methods
-
copyWith(
{String? className, AnnotationTypes? annotationType, List< String> ? imports, List<Variable> ? variablesList, bool? isFreezed, bool? extended}) → GeneratorData -
Available on GeneratorData, provided by the CopyWith extension
-
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