globalName property
The display name of the user, if set
Implementation
@JsonKey(includeIfNull: true, name: 'global_name')
final String? globalName;
The display name of the user, if set
@JsonKey(includeIfNull: true, name: 'global_name')
final String? globalName;