GetRecordingJobStateResponse constructor Null safety

GetRecordingJobStateResponse(
  1. {required RecordingJobStateInformation state}
)

Implementation

GetRecordingJobStateResponse({
  required this.state,
});