ReportReason constructor

const ReportReason(
  1. String id,
  2. String label
)

Creates a new ReportReason.

id is the unique identifier. label is the display text.

Implementation

const ReportReason(this.id, this.label);