Legs constructor

Legs({
  1. String? destination,
  2. String? origin,
})

Implementation

Legs({this.destination, this.origin});