menu
flutter_countries package
documentation
models/country.dart
Timezone
Timezone.new constructor
Timezone.new constructor
dark_mode
light_mode
Timezone
constructor
Timezone
(
{
String
?
zoneName
,
int
?
gmtOffset
,
String
?
gmtOffsetName
,
String
?
abbreviation
,
String
?
tzName
,
})
Implementation
Timezone({ this.zoneName, this.gmtOffset, this.gmtOffsetName, this.abbreviation, this.tzName, });
flutter_countries package
documentation
models/country
Timezone
Timezone.new constructor
Timezone class