uploadedMipLevels property

List<List<ByteData>?> uploadedMipLevels
final

The chain each of those came with — null for an upload that brought none — so a test can tell a base level from a base level and its mips.

Implementation

final List<List<ByteData>?> uploadedMipLevels = <List<ByteData>?>[];