AptosGraphQLFungibleAssetMetadata constructor
      
      AptosGraphQLFungibleAssetMetadata({ 
    
    
- required String tokenStandard,
- required String symbol,
- String? supplyAggregatorTableKeyV1,
- String? supplyAggregatorTableHandleV1,
- String? projectUri,
- required String name,
- required dynamic lastTransactionVersion,
- required dynamic lastTransactionTimestamp,
- String? iconUri,
- required int decimals,
- required String creatorAddress,
- required String assetType,
Implementation
AptosGraphQLFungibleAssetMetadata({
  required this.tokenStandard,
  required this.symbol,
  this.supplyAggregatorTableKeyV1,
  this.supplyAggregatorTableHandleV1,
  this.projectUri,
  required this.name,
  required this.lastTransactionVersion,
  required this.lastTransactionTimestamp,
  this.iconUri,
  required this.decimals,
  required this.creatorAddress,
  required this.assetType,
});