OrderData class

Represents data related to an order, including information about the current address, receiver, current block, message, amount, and additional app-specific details.

Constructors

OrderData({required AddressObject currentAddress, required String receiver, required String currentBlock, String message = "null", required int amount, required AppInfo appInfo})

Properties

amount int
final
appInfo AppInfo
final
currentAddress AddressObject
final
currentBlock String
final
hashCode int
The hash code for this object.
no setterinherited
message String
final
receiver String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({AddressObject? currentAddress, String? receiver, String? currentBlock, String? message, int? amount, AppInfo? appInfo}) OrderData
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