Alternatives constructor

Alternatives({
  1. required List pathsCanonical,
  2. required List<List<PathStep>>? pathsComputed,
  3. required CurrencyAmount? sourceAmount,
})

Implementation

Alternatives(
    {required this.pathsCanonical,
    required this.pathsComputed,
    required this.sourceAmount});