WaypointChanged constructor

WaypointChanged({
  1. String? team,
  2. required Waypoint waypoint,
  3. String? name,
})

Implementation

WaypointChanged({this.team, required this.waypoint, this.name});