location property

  1. @JsonKey.new(includeIfNull: false)
AuthSessionLocation? location
final

The geolocation data sent by the client

Implementation

@JsonKey(includeIfNull: false)
final AuthSessionLocation? location;