customAttributes property

  1. @JsonKey(name: "custom_attributes")
  2. @HiveField(5)
dynamic customAttributes
final

any other custom attributes to be linked to the user

Implementation

@JsonKey(name: "custom_attributes")
@HiveField(5)
final dynamic customAttributes;