copyWith method

TripUpdate_StopTimeUpdate copyWith (
  1. void updates(
    1. TripUpdate_StopTimeUpdate
    )
)

Implementation

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