menu
tdlib2 package
documentation
td_api.dart
CurrentWeather
CurrentWeather.new constructor
CurrentWeather.new constructor
dark_mode
light_mode
CurrentWeather
constructor
CurrentWeather
(
{
required
double
temperature
,
required
String
emoji
,
})
Implementation
CurrentWeather({required this.temperature, required this.emoji});
tdlib2 package
documentation
td_api
CurrentWeather
CurrentWeather.new constructor
CurrentWeather class