toMap method

Map<String, String?> toMap()

Implementation

Map<String, String?> toMap() => {
      AiuiConstant.keyMscLng: mscLng?.toString(),
      AiuiConstant.keyMscLat: mscLat?.toString(),
      AiuiConstant.keyTtsResType: ttsResType,
      AiuiConstant.keyPersParam: persParam,
    };