copyWith property

WaypointChangedCopyWith<WaypointChanged, WaypointChanged, WaypointChanged> get copyWith

Implementation

WaypointChangedCopyWith<WaypointChanged, WaypointChanged, WaypointChanged>
get copyWith =>
    _WaypointChangedCopyWithImpl<WaypointChanged, WaypointChanged>(
      this as WaypointChanged,
      $identity,
      $identity,
    );