Audio constructor

Audio({
  1. String? id,
  2. String? name,
  3. String? audioSourceId,
  4. int? duration,
  5. int? status,
  6. String? userId,
  7. String? bucket,
  8. String? key,
  9. String? createdTime,
  10. String? localPath,
})

Implementation

Audio({this.id, this.name, this.audioSourceId, this.duration, this.status,
  this.userId, this.bucket, this.key, this.createdTime, this.localPath});