clientLocation property

  1. @JsonKey.new(includeIfNull: true, name: 'client_location')
String? clientLocation
final

Approximate geo location label for the client IP, if available

Implementation

@JsonKey(includeIfNull: true, name: 'client_location')
final String? clientLocation;