$asWaypoint property

WaypointCopyWith<$R, Waypoint, $Out> get $asWaypoint

Implementation

WaypointCopyWith<$R, Waypoint, $Out> get $asWaypoint =>
    $base.as((v, t, t2) => _WaypointCopyWithImpl<$R, $Out>(v, t, t2));