Recording constructor
Recording({
- DriveDestination? driveDestination,
- String? endTime,
- String? name,
- String? startTime,
- String? state,
Implementation
Recording({
this.driveDestination,
this.endTime,
this.name,
this.startTime,
this.state,
});