TimeZone constructor

TimeZone()

A factory constructor for only one single instance.

Implementation

factory TimeZone() => _this ?? TimeZone._();