jsonMap property

Map<String, dynamic> get jsonMap

将字符串转为Map

Implementation

Map<String, dynamic> get jsonMap {
  return json.decode(this);
}