BinaryReader constructor

BinaryReader({
  1. required Uint8List bytes,
})

Implementation

BinaryReader({required this.bytes});