menu
fluxer_dart package
documentation
models/auth_session_location.dart
AuthSessionLocation
country property
country property
dark_mode
light_mode
country
property
@JsonKey.new(includeIfNull: false)
String
?
country
final
The country reported by the client
Implementation
@JsonKey(includeIfNull: false) final String? country;
fluxer_dart package
documentation
models/auth_session_location
AuthSessionLocation
country property
AuthSessionLocation class