toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "_micName": micName,
      "_speakerName": speakerName,
      "agc": agc,
      "ans": ans,
      "aec": aec
    };