TimeZoneNameProperty constructor
TimeZoneNameProperty(
- String name, {
- Locale? locale,
Implementation
TimeZoneNameProperty(
String name, {
this.locale,
}) : super("TZNAME", TextValue(name));