withLabel method

ComboOption withLabel(
  1. String label
)

Implementation

ComboOption withLabel(String label) {
  return ComboOption(value, label: label, widget: widget);
}