BreakdownRegion constructor

BreakdownRegion({
  1. String? code,
  2. String? name,
})

Implementation

BreakdownRegion({
  this.code,
  this.name,
});