ScreenGenerator class

@Author Champlain Marius Bakop @email champlainmarius20@gmail.com @github ChamplainLeCode

ScreenGenerator for Karee core Screen

Inheritance

Constructors

ScreenGenerator()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
typeChecker TypeChecker
read-only, inherited

Methods

cambelToUnderscore([String name = '']) String
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. [...]
override
isUpper([String char = '']) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited
underscoreToCambel([String name = '']) String

Operators

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