LabelDescriptor constructor

LabelDescriptor({
  1. String? description,
  2. String? key,
  3. String? valueType,
})

Implementation

LabelDescriptor({
  this.description,
  this.key,
  this.valueType,
});