FwStandardReportingFwReportEmailInfo constructor

const FwStandardReportingFwReportEmailInfo({
  1. String? from,
  2. String? to,
  3. String? cc,
  4. String? subject,
  5. String? body,
})

Implementation

const FwStandardReportingFwReportEmailInfo({
  this.from,
  this.to,
  this.cc,
  this.subject,
  this.body,
});