ILibTimeZone.defaultZone constructor

ILibTimeZone.defaultZone([
  1. Map<String, dynamic>? allZoneData
])

Create the zone that the current locale commonly uses.

Implementation

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