WaypointRemoved constructor

WaypointRemoved({
  1. String? team,
  2. required String name,
})

Implementation

WaypointRemoved({this.team, required this.name});