RawEmail constructor

RawEmail({
  1. Uint8List? data,
})

Implementation

RawEmail({
  this.data,
});