I18nRegion constructor

I18nRegion({
  1. String? etag,
  2. String? id,
  3. String? kind,
  4. I18nRegionSnippet? snippet,
})

Implementation

I18nRegion({this.etag, this.id, this.kind, this.snippet});