Waypoint constructor

Waypoint({
  1. required String value,
})

Implementation

Waypoint({required this.value});