CachedBuildRunner class

Constructors

CachedBuildRunner({FileParser? fileParser, CacheProvider? cacheProvider, BuildRunnerWrapper? buildRunnerWrapper})

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

build() Future<void>
Runs an efficient version of build_runner build by determining which files need code generation and then either retrieving cached files, generating new files, or caching new generated files.
listAllCachedFiles() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDispose() Future<void>
override
prune() Future<void>
toString() String
A string representation of this object.
inherited
watch() Future<void>

Operators

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