Timezone constructor

Timezone({
  1. String? timezoneName,
})

Implementation

Timezone({
  this.timezoneName,
});