RecordingSourceInformation constructor
RecordingSourceInformation({})
Implementation
RecordingSourceInformation({
required this.sourceId,
required this.name,
required this.location,
required this.description,
required this.address,
});