Destination constructor

Destination({
  1. required String destination,
})

Implementation

Destination({required this.destination});