custom property

Map<String, Object?> custom
getter/setter pair

Supported data types are String, int, double, bool, List, Map.

Values that can't be encoded using jsonEncode will be omitted.

Implementation

Map<String, Object?> custom = {};