MetadataCollection constructor

const MetadataCollection({
  1. required bool verified,
  2. required Pubkey key,
})

Links to the Mint address of another NFT that acts as a Collection NFT. It contains the following sub-fields.

Implementation

const MetadataCollection({
  required this.verified,
  required this.key,
});