lastSeenDisplayName property

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

This will be the display name the clan server last saw the user as. If the account is an active cross save override, this will be the display name to use. Otherwise, this will match the displayName property.

Implementation

@JsonKey(name:'LastSeenDisplayName')
String? lastSeenDisplayName;