RecordingSession constructor
const
RecordingSession({})
Implementation
const RecordingSession({
required this.id,
required this.filePath,
required this.startTime,
this.endTime,
required this.duration,
required this.sampleRate,
required this.deviceName,
});