ObjEditGenerator class

Constructors

ObjEditGenerator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeChecker → TypeChecker
no setterinherited

Methods

addSection(Section section, int sectionId) → dynamic
classHead(String className) → dynamic
endAddTile() → dynamic
endBuildSection() → dynamic
generate(LibraryReader library, BuildStep buildStep) FutureOr<String>
Generates Dart code for an input Dart library.
inherited
generateForAnnotatedElement(Element element, ConstantReader annotation, BuildStep buildStep) → dynamic
Implement to return source code to generate for element.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
optionTile(String title, String type, String property, String optionsStr) → dynamic
startAddTile(String? condition) → dynamic
startBuildSection(Section section, int sectionId) → dynamic
swithTile(String title, String property) → dynamic
textInputTile(TextFieldType? textFieldType, String title, String property, String hint, String? icon) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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