MessageReportOption constructor

const MessageReportOption({
  1. required String text,
  2. required Uint8List option,
})

Message Report Option constructor.

Implementation

const MessageReportOption({required this.text, required this.option})
    : super._();