customProperties property

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

A list of custom properties to save any data you might need For instance a user Id

Implementation

Map<String, dynamic>? customProperties;