AptosGraphQLDelegatedStakingActivity constructor
      
      AptosGraphQLDelegatedStakingActivity({})
     
    
    
Implementation
AptosGraphQLDelegatedStakingActivity({
  required this.amount,
  required this.delegatorAddress,
  required this.eventIndex,
  required this.eventType,
  required this.poolAddress,
  required this.transactionVersion,
});