CodeConstrutor class
Constructors
- CodeConstrutor(String name)
Properties
Methods
-
add(
String key, String? value) → void -
generate(
) → String - must return a value
-
hasFields(
) → bool -
maybeGenerate(
) → String? - return null if there is no value
-
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