DataPart constructor

DataPart(
  1. String mimeType,
  2. Uint8List bytes
)

Implementation

DataPart(this.mimeType, this.bytes);