ReportResultAddComment constructor

const ReportResultAddComment({
  1. required bool optional,
  2. required Uint8List option,
})

Report Result Add Comment constructor.

Implementation

const ReportResultAddComment({required this.optional, required this.option})
    : super._();