Timezone constructor
      const
      Timezone({})
     
    
    
Implementation
const Timezone(
    {required this.abbreviation,
    required this.gmtOffset,
    required this.gmtOffsetName,
    required this.tzName,
    required this.zoneName});