RipplePathFound constructor
RipplePathFound({})
Implementation
RipplePathFound({
required this.alternatives,
required this.destinationAccount,
required this.destinationAmount,
required this.destinationCurrencies,
required this.fullReply,
required this.sourceAccount,
required this.status,
});