ErrorReport constructor

ErrorReport({
  1. bool? isErrorReportSupport,
  2. String? emailId,
})

Implementation

ErrorReport({this.isErrorReportSupport, this.emailId});