MxFileBytes constructor

MxFileBytes(
  1. List<int> bytes,
  2. String? fileName
)

Implementation

MxFileBytes(this.bytes, this.fileName);