Alternatives constructor
Alternatives({
- required List pathsCanonical,
- required List<
List< ? pathsComputed,PathStep> > - required CurrencyAmount? sourceAmount,
Implementation
Alternatives(
{required this.pathsCanonical,
required this.pathsComputed,
required this.sourceAmount});