RecordResponse constructor

RecordResponse({
  1. bool? success,
  2. String? path,
  3. String? msg,
  4. String? key,
  5. double? audioTimeLength,
})

Implementation

RecordResponse(
    {this.success, this.path, this.msg, this.key, this.audioTimeLength});