import 'dart:typed_data'; class PcmSound { final Uint8List bytes; PcmSound(this.bytes); }