$Region01 constructor

$Region01({
  1. String? countryCode,
  2. String? countryDartId,
  3. String? dartId,
  4. String? kind,
  5. String? name,
  6. String? regionCode,
})

Implementation

$Region01({
  this.countryCode,
  this.countryDartId,
  this.dartId,
  this.kind,
  this.name,
  this.regionCode,
});