TimeZone constructor
TimeZone()
A factory constructor for only one single instance.
Implementation
factory TimeZone() => _this ?? TimeZone._();
A factory constructor for only one single instance.
factory TimeZone() => _this ?? TimeZone._();