clientLocation property
Approximate geo location label for the client IP, if available
Implementation
@JsonKey(includeIfNull: true, name: 'client_location')
final String? clientLocation;
Approximate geo location label for the client IP, if available
@JsonKey(includeIfNull: true, name: 'client_location')
final String? clientLocation;