TimeZoneNameProperty constructor

TimeZoneNameProperty(
  1. String name, {
  2. Locale? locale,
})

Implementation

TimeZoneNameProperty(
  String name, {
  this.locale,
}) : super("TZNAME", TextValue(name));