LocalizedStringBundle constructor

LocalizedStringBundle({
  1. String? kind,
  2. List<LocalizedString>? translations,
})

Implementation

LocalizedStringBundle({
  this.kind,
  this.translations,
});