GetRecordingJobStateResponse constructor

GetRecordingJobStateResponse({
  1. required RecordingJobStateInformation state,
})

Implementation

GetRecordingJobStateResponse({
  required this.state,
});