SimulateSwapResponse$Response class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

SimulateSwapResponse$Response.new({required String askAddress, required String askJettonWallet, required String askUnits, required String feeAddress, required String feePercent, required String feeUnits, required String minAskUnits, required String offerAddress, required String offerJettonWallet, required String offerUnits, required String poolAddress, required String priceImpact, required String routerAddress, required String slippageTolerance, required String swapRate})
const
SimulateSwapResponse$Response.fromJson(Map<String, dynamic> json)
factory

Properties

askAddress String
final
askJettonWallet String
final
askUnits String
final
feeAddress String
final
feePercent String
final
feeUnits String
final
hashCode int
The hash code for this object.
no setteroverride
minAskUnits String
final
offerAddress String
final
offerJettonWallet String
final
offerUnits String
final
poolAddress String
final
priceImpact String
final
routerAddress String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slippageTolerance String
final
swapRate String
final

Methods

copyWith({String? askAddress, String? askJettonWallet, String? askUnits, String? feeAddress, String? feePercent, String? feeUnits, String? minAskUnits, String? offerAddress, String? offerJettonWallet, String? offerUnits, String? poolAddress, String? priceImpact, String? routerAddress, String? slippageTolerance, String? swapRate}) SimulateSwapResponse$Response

Available on SimulateSwapResponse$Response, provided by the $SimulateSwapResponse$ResponseExtension extension

copyWithWrapped({Wrapped<String>? askAddress, Wrapped<String>? askJettonWallet, Wrapped<String>? askUnits, Wrapped<String>? feeAddress, Wrapped<String>? feePercent, Wrapped<String>? feeUnits, Wrapped<String>? minAskUnits, Wrapped<String>? offerAddress, Wrapped<String>? offerJettonWallet, Wrapped<String>? offerUnits, Wrapped<String>? poolAddress, Wrapped<String>? priceImpact, Wrapped<String>? routerAddress, Wrapped<String>? slippageTolerance, Wrapped<String>? swapRate}) SimulateSwapResponse$Response

Available on SimulateSwapResponse$Response, provided by the $SimulateSwapResponse$ResponseExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

fromJsonFactory → const SimulateSwapResponse$Response Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(SimulateSwapResponse$Response instance)