Generator class

Constructors

Generator({PackageNode? packageGraph, FormatType formatType = FormatType.directory, String? folder = 'assets', bool watch = true, String? output = 'lib', Rule? rule, Class? class1, RegExp? constIgnore, bool? constArray = false, RegExp? folderIgnore, bool package = false, bool classPrefix = false})

Properties

class1 Class?
final
classPrefix bool
final
constArray bool?
final
constIgnore RegExp?
final
folder String?
final
folderIgnore RegExp?
final
formatType FormatType
final
hashCode int
The hash code for this object.
no setterinherited
output String?
final
package bool
final
packageGraph → PackageNode?
final
rule Rule?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
watch bool
final

Methods

checkResolutionImageAssets(List<String> assets) Map<String, String>
findAssets(Directory directory, List<String> assets, List<Directory> dirList) → void
generateConstsFile(List<String> assets, Map<String, String> miss) Future<void>
go() Future<void>
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