GetRecordingOptionsResponse constructor Null safety

GetRecordingOptionsResponse(
  1. {required RecordingOptions options}
)

Implementation

GetRecordingOptionsResponse({
  required this.options,
});