Market constructor

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

Implementation

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