TimezoneInfo constructor

TimezoneInfo({
  1. required String identifier,
  2. ({String locale, String name})? localizedName,
})

Implementation

TimezoneInfo({required this.identifier, this.localizedName});