withId method

BarDrillNode withId(
  1. String value
)

Replaces BarDrillNode.id with value.

Implementation

BarDrillNode withId(String value) => copyWith(id: value);