Fare constructor

Fare([
  1. void updates(
    1. FareBuilder b
    )
])

Implementation

factory Fare([void updates(FareBuilder b)]) = _$Fare;