AfterUploadedAudioResponse constructor

AfterUploadedAudioResponse(
  1. String? createdTime,
  2. String? id,
  3. String? name,
  4. int? status,
)

Implementation

AfterUploadedAudioResponse(this.createdTime, this.id, this.name, this.status);