Value constructor

Value({
  1. String? label,
  2. String? name,
  3. String? id,
})

Implementation

Value({this.label, this.name, this.id});