AptosGraphQLTableItem constructor
AptosGraphQLTableItem({})
Implementation
AptosGraphQLTableItem({
required this.decodedKey,
this.decodedValue,
required this.key,
required this.tableHandle,
required this.transactionVersion,
required this.writeSetChangeIndex,
});