I18nRegion constructor
I18nRegion({
- String? etag,
- String? id,
- String? kind,
- I18nRegionSnippet? snippet,
Implementation
I18nRegion({
this.etag,
this.id,
this.kind,
this.snippet,
});