SettledUnsettledList constructor

SettledUnsettledList({
  1. String? label,
  2. String? name,
  3. String? key,
  4. Value? value,
})

Implementation

SettledUnsettledList({this.label, this.name, this.key, this.value});