menu
timezones_list package
documentation
timezone_model.dart
TimezoneModel
TimezoneModel.new constructor
TimezoneModel.new constructor
dark_mode
light_mode
TimezoneModel
constructor
TimezoneModel
(
{
String
?
value
,
String
?
abbr
,
double
?
offset
,
bool
?
isdst
,
String
?
text
,
List
<
String
>
?
utc
,
})
Implementation
TimezoneModel({ this.value, this.abbr, this.offset, this.isdst, this.text, this.utc, });
timezones_list package
documentation
timezone_model
TimezoneModel
TimezoneModel.new constructor
TimezoneModel class