LocalizedStringBundle constructor
LocalizedStringBundle({
- String? kind,
- List<
LocalizedString> ? translations,
Implementation
LocalizedStringBundle({
this.kind,
this.translations,
});