AptosGraphQLEvent class
Constructors
- AptosGraphQLEvent.new({required String accountAddress, required dynamic creationNumber, required dynamic data, required dynamic eventIndex, required dynamic sequenceNumber, required dynamic transactionBlockHeight, required dynamic transactionVersion, required String type, required String indexedType})
-
AptosGraphQLEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountAddress → String
-
final
- creationNumber → dynamic
-
final
- data → dynamic
-
final
- eventIndex → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indexedType → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequenceNumber → dynamic
-
final
- transactionBlockHeight → dynamic
-
final
- transactionVersion → dynamic
-
final
- type → String
-
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