PostProcessBuildStep class

A simplified BuildStep which can only read its primary input, and can't get a Resolver or any Resources, at least for now.

Properties

hashCode int
The hash code for this object.
no setterinherited
inputId AssetId
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

complete() Future<void>
Waits for work to finish and cleans up resources.
deletePrimaryInput() → void
Marks an asset for deletion in the post process step.
digest(AssetId id) Future<Digest>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readInputAsBytes() Future<List<int>>
readInputAsString({Encoding encoding = utf8}) Future<String>
toString() String
A string representation of this object.
inherited
writeAsBytes(AssetId id, FutureOr<List<int>> bytes) Future<void>
writeAsString(AssetId id, FutureOr<String> content, {Encoding encoding = utf8}) Future<void>

Operators

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