copyWith method

TripUpdate copyWith (
  1. void updates(
    1. TripUpdate
    )
)

Implementation

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