menu
fluxer_dart package
documentation
models/auth_session_location.dart
AuthSessionLocation
AuthSessionLocation.new const constructor
AuthSessionLocation.new const constructor
dark_mode
light_mode
AuthSessionLocation
constructor
const
AuthSessionLocation
(
{
String
?
city
,
String
?
region
,
String
?
country
,
})
Implementation
const AuthSessionLocation({this.city, this.region, this.country});
fluxer_dart package
documentation
models/auth_session_location
AuthSessionLocation
AuthSessionLocation.new const constructor
AuthSessionLocation class