emblemBackgroundPath property

  1. @JsonKey(name: 'emblemBackgroundPath')
String? emblemBackgroundPath
getter/setter pair

A shortcut path to the user's currently equipped emblem background image. If you're just showing summary info for a user, this is more convenient than examining their equipped emblem and looking up the definition.

Implementation

@JsonKey(name:'emblemBackgroundPath')
String? emblemBackgroundPath;