MemoryModelSource constructor

const MemoryModelSource(
  1. Uint8List bytes, {
  2. required String key,
})

Implementation

const MemoryModelSource(this.bytes, {required this.key});