ReportProblemResponse constructor

ReportProblemResponse({
  1. bool? status,
  2. String? message,
})

Implementation

ReportProblemResponse({this.status, this.message});