Brake constructor

Brake([
  1. void updates(
    1. BrakeBuilder b
    )?
])

Implementation

factory Brake([void Function(BrakeBuilder b)? updates]) = _$Brake;