filterSpy property

AssetWriterSpy? filterSpy
final

An optional AssetWriterSpy to limit what's readable through this reader.

Only assets reported as written trough this AssetWriterSpy can be read from this reader. When null, all assets from source are available.

Implementation

final AssetWriterSpy? filterSpy;