copyWith property

WaypointRemovedCopyWith<WaypointRemoved, WaypointRemoved, WaypointRemoved> get copyWith

Implementation

WaypointRemovedCopyWith<WaypointRemoved, WaypointRemoved, WaypointRemoved>
get copyWith =>
    _WaypointRemovedCopyWithImpl<WaypointRemoved, WaypointRemoved>(
      this as WaypointRemoved,
      $identity,
      $identity,
    );