withLabel method
- String value
Replaces BarDrillNode.label with value.
Implementation
BarDrillNode withLabel(String value) => copyWith(label: value);
Replaces BarDrillNode.label with value.
BarDrillNode withLabel(String value) => copyWith(label: value);