DartdocReport constructor

DartdocReport({
  1. required String? reportStatus,
})

Implementation

DartdocReport({
  required this.reportStatus,
});