MetaDataV2 constructor

const MetaDataV2({
  1. required String name,
  2. required String symbol,
  3. required String uri,
  4. required int sellerFeeBasisPoints,
  5. Collection? collection,
  6. Uses? uses,
  7. List<Creator>? creators,
})

Implementation

const MetaDataV2(
    {required this.name,
    required this.symbol,
    required this.uri,
    required this.sellerFeeBasisPoints,
    this.collection,
    this.uses,
    this.creators});