Details class

Constructors

Details({required String chain, required String tokenIn, required String tokenOut, required String amountIn, required String amountOut, required String type, Map? payload})
Details.fromJson(Map<String, dynamic> json)
factory

Properties

amountIn String
final
amountOut String
final
chain String
final
hashCode int
The hash code for this object.
no setterinherited
payload Map?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenIn String
final
tokenOut String
final
type 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