localizedName property
The localized name for this timezone, e.g. "Central European Standard Time", as reported by the underlying platform.
This is available if:
- flutter_timezone supports localized names on the current platform (see README for details).
- The requested locale exists on the current platform.
- The current platform provides a localized name for the current timezone in the requested locale.
Implementation
final ({String name, String locale})? localizedName;