LocalizedProperty constructor

LocalizedProperty({
  1. String? default_,
  2. LanguageTag? defaultLanguage,
  3. List<LocalizedString>? localized,
})

Implementation

LocalizedProperty({
  this.default_,
  this.defaultLanguage,
  this.localized,
});