TradeCallParameters class

Annotations
  • @freezed

Constructors

TradeCallParameters({required String methodName, required List args, required String value, required Map<String, dynamic> rawTxn})
factory
TradeCallParameters.fromJson(Map<String, dynamic> json)
factory

Properties

args List
no setterinherited
copyWith → $TradeCallParametersCopyWith<TradeCallParameters>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
methodName String
no setterinherited
rawTxn Map<String, dynamic>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
no setterinherited

Methods

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

Operators

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