RipplePathFound class
Constructors
-
RipplePathFound.new({required List<
Alternatives> alternatives, required String destinationAccount, required dynamic destinationAmount, required List<String> destinationCurrencies, required bool fullReply, required String sourceAccount, required String status}) -
RipplePathFound.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
alternatives
→ List<
Alternatives> -
final
- destinationAccount → String
-
final
- destinationAmount → dynamic
-
final
-
destinationCurrencies
→ List<
String> -
final
- fullReply → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceAccount → String
-
final
- status → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited