ChatReportReason constructor

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

Creates a new ChatReportReason.

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

Implementation

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