FespGenHelper class

Constructors

FespGenHelper()

Properties

hashCode int
The hash code for this object.
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

createClass({required String name, String typeClass = 'class', String inherit = '', List<String> fields = const [], List<String> constructorArgs = const [], String constructorCode = '', bool isConstConstructor = false, String code = '', bool private = true, bool isGenerated = true}) String
createCopyWith({required String className, required Map<String, String> fields}) String
createExtension({required String name, required String code}) String
createFunc({required String returns, required String name, String args = '', required String code, bool private = true, bool isGenerated = true}) String
createVar({required String type, required String name, bool private = false}) String
getConstructorArg({required String name, bool isRequired = false, String defaultValue = ''}) String
getSymbols(bool private, bool isGenerated) String
join({required Iterable iter, String char = ''}) String