FileBytesBinary constructor

const FileBytesBinary({
  1. required List<int> data,
})

Implementation

const FileBytesBinary({required this.data});