Cached constructor

Cached(
  1. Uint8List data,
  2. String? ext
)

Implementation

Cached(this.data, this.ext);