TimezoneInfo constructor

TimezoneInfo({
  1. DateTime? datetime,
  2. int? day,
  3. List<String>? timeZones,
  4. String? id,
  5. int? month,
  6. String? name,
  7. String? time,
  8. String? timeZoneName,
  9. int? utc,
  10. int? year,
})

Implementation

TimezoneInfo({
  this.datetime,
  this.day,
  this.timeZones,
  this.id,
  this.month,
  this.name,
  this.time,
  this.timeZoneName,
  this.utc,
  this.year,
});