OperationStat class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

OperationStat.new({required String asset0Address, required String asset0Amount, required String asset0Delta, required String asset0Reserve, required String asset1Address, required String asset1Amount, required String asset1Delta, required String asset1Reserve, required String destinationWalletAddress, required String exitCode, String? feeAssetAddress, required String lpFeeAmount, required String lpTokenDelta, required String lpTokenSupply, required String operationType, required String poolAddress, required String poolTxHash, required int poolTxLt, required String poolTxTimestamp, required String protocolFeeAmount, String? referralAddress, required String referralFeeAmount, required String routerAddress, required bool success, required String walletAddress, required String walletTxHash, required String walletTxLt, required String walletTxTimestamp})
const
OperationStat.fromJson(Map<String, dynamic> json)
factory

Properties

asset0Address String
final
asset0Amount String
final
asset0Delta String
final
asset0Reserve String
final
asset1Address String
final
asset1Amount String
final
asset1Delta String
final
asset1Reserve String
final
destinationWalletAddress String
final
exitCode String
final
feeAssetAddress String?
final
hashCode int
The hash code for this object.
no setteroverride
lpFeeAmount String
final
lpTokenDelta String
final
lpTokenSupply String
final
operationType String
final
poolAddress String
final
poolTxHash String
final
poolTxLt int
final
poolTxTimestamp String
final
protocolFeeAmount String
final
referralAddress String?
final
referralFeeAmount String
final
routerAddress String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
final
walletAddress String
final
walletTxHash String
final
walletTxLt String
final
walletTxTimestamp String
final

Methods

copyWith({String? asset0Address, String? asset0Amount, String? asset0Delta, String? asset0Reserve, String? asset1Address, String? asset1Amount, String? asset1Delta, String? asset1Reserve, String? destinationWalletAddress, String? exitCode, String? feeAssetAddress, String? lpFeeAmount, String? lpTokenDelta, String? lpTokenSupply, String? operationType, String? poolAddress, String? poolTxHash, int? poolTxLt, String? poolTxTimestamp, String? protocolFeeAmount, String? referralAddress, String? referralFeeAmount, String? routerAddress, bool? success, String? walletAddress, String? walletTxHash, String? walletTxLt, String? walletTxTimestamp}) OperationStat

Available on OperationStat, provided by the $OperationStatExtension extension

copyWithWrapped({Wrapped<String>? asset0Address, Wrapped<String>? asset0Amount, Wrapped<String>? asset0Delta, Wrapped<String>? asset0Reserve, Wrapped<String>? asset1Address, Wrapped<String>? asset1Amount, Wrapped<String>? asset1Delta, Wrapped<String>? asset1Reserve, Wrapped<String>? destinationWalletAddress, Wrapped<String>? exitCode, Wrapped<String?>? feeAssetAddress, Wrapped<String>? lpFeeAmount, Wrapped<String>? lpTokenDelta, Wrapped<String>? lpTokenSupply, Wrapped<String>? operationType, Wrapped<String>? poolAddress, Wrapped<String>? poolTxHash, Wrapped<int>? poolTxLt, Wrapped<String>? poolTxTimestamp, Wrapped<String>? protocolFeeAmount, Wrapped<String?>? referralAddress, Wrapped<String>? referralFeeAmount, Wrapped<String>? routerAddress, Wrapped<bool>? success, Wrapped<String>? walletAddress, Wrapped<String>? walletTxHash, Wrapped<String>? walletTxLt, Wrapped<String>? walletTxTimestamp}) OperationStat

Available on OperationStat, provided by the $OperationStatExtension 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 OperationStat Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(OperationStat instance)