Barline constructor

Barline(
  1. BarStyle? barStyle,
  2. RightLeftMiddle? location
)

Implementation

Barline(this.barStyle, this.location);