MCC constructor

MCC({
  1. String? code,
  2. String? editedDescription,
  3. String? combinedDescription,
  4. String? usdaDescription,
  5. String? irsDescription,
  6. String? irsReportable,
})

Implementation

MCC({
  this.code,
  this.editedDescription,
  this.combinedDescription,
  this.usdaDescription,
  this.irsDescription,
  this.irsReportable,
});