ModelGenerator class

Inheritance

Constructors

ModelGenerator({GeneratorConfig? config, EnumGenerator? enumGenerator})

Properties

config GeneratorConfig?
final
enumGenerator EnumGenerator?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() → void
override
isLastGenerated(String path) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(String dartFile) → void
override
resetLastGenerated() → void
override
shouldRun(WatchEvent event) bool
override
toString() String
A string representation of this object.
inherited

Operators

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