TimeZone constructor

TimeZone({
  1. required String? tz,
})

Implementation

TimeZone({required this.tz});