Recordings constructor

Recordings({
  1. double? duration,
  2. int? endTime,
  3. String? recordingUrl,
  4. String? rid,
  5. int? startTime,
})

Implementation

Recordings(
    {this.duration,
    this.endTime,
    this.recordingUrl,
    this.rid,
    this.startTime});