GetRecordingInformationResponse constructor Null safety

GetRecordingInformationResponse(
  1. {required RecordingInformation recordingInformation}
)

Implementation

GetRecordingInformationResponse({required this.recordingInformation});