customAttributes property
- @JsonKey(name: "custom_attributes")
- @HiveField(5)
final
any other custom attributes to be linked to the user
Implementation
@JsonKey(name: "custom_attributes")
@HiveField(5)
final dynamic customAttributes;
any other custom attributes to be linked to the user
@JsonKey(name: "custom_attributes")
@HiveField(5)
final dynamic customAttributes;