I18nRegionSnippet constructor

I18nRegionSnippet({
  1. String? gl,
  2. String? name,
})

Implementation

I18nRegionSnippet({
  this.gl,
  this.name,
});