AudioResponse.fromJson constructor

AudioResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

AudioResponse.fromJson(Map<String, dynamic> json)
    : audioContent = json['audioContent'];