ILibTimeZone.fromLocale constructor

ILibTimeZone.fromLocale(
  1. String locale, [
  2. Map<String, dynamic>? allZoneData
])

Create the zone that locale commonly uses.

Implementation

ILibTimeZone.fromLocale(String locale, [Map<String, dynamic>? allZoneData])
    : this(ILibLocaleInfo(locale).getTimeZone(), allZoneData);