AssetWriter class abstract

Standard interface for writing an asset into a package's outputs.

Implementers

Constructors

AssetWriter()

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
writeAsBytes(AssetId id, List<int> bytes) Future<void>
Writes bytes to a binary file located at id.
writeAsString(AssetId id, String contents, {Encoding encoding = utf8}) Future<void>
Writes contents to a text file located at id with encoding.

Operators

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