ReportReason constructor
Creates a new ReportReason.
id is the unique identifier.
label is the display text.
Implementation
const ReportReason(this.id, this.label);
Creates a new ReportReason.
id is the unique identifier.
label is the display text.
const ReportReason(this.id, this.label);