RecordingStateEvent.fromJson constructor Null safety
Implementation
factory RecordingStateEvent.fromJson(Map<String, dynamic> json, String type) {
final recordingStateEvent = _$RecordingStateEventFromJson(json);
recordingStateEvent.type = type;
return recordingStateEvent;
}