IncomeLevel constructor

IncomeLevel({
  1. String? id,
  2. String? iso2code,
  3. String? value,
})

Implementation

IncomeLevel({
    this.id,
    this.iso2code,
    this.value,});