MemorySource constructor

MemorySource(
  1. Uint8List bytes, {
  2. String? basePath,
})

Implementation

MemorySource(Uint8List bytes, {this.basePath}) : _bytes = bytes;