customProperties property

Map<String, dynamic>? customProperties
getter/setter pair

A list of custom properties to extend the existing ones in case you need to store more things. Can be useful to extend existing features

Implementation

Map<String, dynamic>? customProperties;