MessageStatusUpdatedEvent class
- Annotations
-
- @JsonSerializable.new()
Constructors
- MessageStatusUpdatedEvent(String address, String hash, Transaction? transaction)
-
const
-
MessageStatusUpdatedEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String
-
Account address
final
- hash → String
-
Message hash
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transaction → Transaction?
-
If not null, the transaction of the delivered message. Otherwise, the message has expired.
final
Methods
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited