mapValue property

JSONObject get mapValue

转换为一个默认为为空的Map类型

Implementation

JSONObject get mapValue {
  return map ?? {};
}