menu
openai_core package
documentation
responses.dart
UserLocation
UserLocation.new const constructor
UserLocation.new const constructor
dark_mode
light_mode
UserLocation
constructor
const
UserLocation
(
{
String
?
city
,
String
?
country
,
String
?
region
,
String
?
timezone
,
})
Implementation
const UserLocation({ this.city, this.country, this.region, this.timezone, });
openai_core package
documentation
responses
UserLocation
UserLocation.new const constructor
UserLocation class