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