AptosGraphQLTableItem constructor

AptosGraphQLTableItem({
  1. required dynamic decodedKey,
  2. dynamic decodedValue,
  3. required String key,
  4. required String tableHandle,
  5. required dynamic transactionVersion,
  6. required dynamic writeSetChangeIndex,
})

Implementation

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