customSchemas property

Map<String, UserCustomProperties>? customSchemas
getter/setter pair

Custom fields of the user.

The key is a schema_name and its values are 'field_name': 'field_value'.

Implementation

core.Map<core.String, UserCustomProperties>? customSchemas;