nestFromJsonKeys property

Map<String, String> nestFromJsonKeys
final

嵌套数据类型fromJson方法-键转换(用来解析 Map<KeyType, ValType >的 KeyType 。jsonEncode操作Map时只支持以字符串为key,mongo数据库保存Map时只支持以字符串为key)

Implementation

final Map<String, String> nestFromJsonKeys;