Destination constructor

Destination({
  1. String? destination,
  2. String? state,
})

Implementation

Destination({this.destination, this.state});