ReportProblem constructor

const ReportProblem(
  1. String? stationId,
  2. String? sessionId,
  3. String? deviceId, {
  4. Key? key,
})

Implementation

const ReportProblem(this.stationId, this.sessionId, this.deviceId, {super.key});