map property

Map<String, Object> map
final

Keys of map are converted to properties. So they must be valid property names.

Values in map are default values for keys.

Supported data types for values: int, double, bool, String, PrefsStringList and List\<String\>

Implementation

final Map<String, Object> map;