copyWith method

TripUpdate_StopTimeEvent copyWith (
  1. void updates(
    1. TripUpdate_StopTimeEvent
    )
)

Implementation

TripUpdate_StopTimeEvent copyWith(void Function(TripUpdate_StopTimeEvent) updates) => super.copyWith((message) => updates(message as TripUpdate_StopTimeEvent));