getAnalyticInfoMap property

Map<String, String>? getAnalyticInfoMap

Obtains the analysis data of the Map type.

Different from the getAnalyticInfo method, this method directly returns the instance of the Map type.

Implementation

Map<String, String>? get getAnalyticInfoMap => analyticInfoMap;