asMap<K, V> method

Map<K, V> asMap<K, V>()

转换data的类型为Map<String, String>

Implementation

Map<K, V> asMap<K, V>() => data as Map<K, V>;