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