accentColor property

  1. @JsonKey(name: 'accent_color')
int? accentColor
final

the user's banner color encoded as an integer representation of hexadecimal color code

Required OAuth2 scope: identify

Implementation

@JsonKey(name: 'accent_color')
final int? accentColor;