ValueList constructor

ValueList({
  1. String? id,
  2. String? value,
  3. String? label,
})

Implementation

ValueList({
  this.id,
  this.value,
  this.label,
});