LocalizedProperty constructor
LocalizedProperty({
- String? default_,
- LanguageTag? defaultLanguage,
- List<
LocalizedString> ? localized,
Implementation
LocalizedProperty({this.default_, this.defaultLanguage, this.localized});