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