withLabel method

BarDrillNode withLabel(
  1. String value
)

Replaces BarDrillNode.label with value.

Implementation

BarDrillNode withLabel(String value) => copyWith(label: value);