mapValue property

Map<String, dynamic> get mapValue

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

Implementation

Map<String, dynamic> get mapValue {
  return getMap ?? <String, dynamic>{};
}