AptosGraphQLObject constructor

AptosGraphQLObject({
  1. required bool allowUngatedTransfer,
  2. required String stateKeyHash,
  3. required String ownerAddress,
  4. required String objectAddress,
  5. required dynamic lastTransactionVersion,
  6. required dynamic lastGuidCreationNum,
  7. required bool isDeleted,
})

Implementation

AptosGraphQLObject({
  required this.allowUngatedTransfer,
  required this.stateKeyHash,
  required this.ownerAddress,
  required this.objectAddress,
  required this.lastTransactionVersion,
  required this.lastGuidCreationNum,
  required this.isDeleted,
});