BestTradeOptions constructor

BestTradeOptions({
  1. double? maxNumResults,
  2. double? maxHops,
})

Implementation

BestTradeOptions({this.maxNumResults, this.maxHops});