TimeZone constructor Null safety

TimeZone(
  1. {required String tz}
)

Implementation

TimeZone({required this.tz});