toMap method

Map<String, String?> toMap()

Implementation

Map<String, String?> toMap() => {
      AiuiConstant.keyMicType: micType,
      AiuiConstant.keyResType: resType?.name,
      AiuiConstant.keyResPath: resPath,
    };