TemplateGenerator class

Constructors

TemplateGenerator()

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

generateClass(TypeTemplate template, List<TypeTemplate> templates, {bool getx = false, bool asyncSetters = true}) String
generateEnum(TypeTemplate template, List<TypeTemplate> templates) String
generateRecord(TypeTemplate template, List<TypeTemplate> templates) String
getTemplate(String url, {String? dir, String? username, String? password, bool getx = false, bool asyncSetters = true}) Future<String>
getTypeName(TypeTemplate forTemplate, RepresentationType representationType, List<TypeTemplate> templates) String
isNullOrEmpty(dynamic v) bool
toLiteral(String? input) String