customSchemas property
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;
Custom fields of the user.
The key is a schema_name
and its values are 'field_name': 'field_value'
.
core.Map<core.String, UserCustomProperties>? customSchemas;