emblemPath property
A shortcut path to the user's currently equipped emblem 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:'emblemPath')
String? emblemPath;