ICreateSubstrateCollection constructor

ICreateSubstrateCollection({
  1. required String name,
  2. required String symbol,
  3. required String baseUri,
  4. required String baseExtension,
  5. required String royaltiesAddress,
  6. required int royaltiesFees,
  7. required bool drop,
  8. int? maxSupply,
  9. String? description,
  10. CollectionType? collectionType1,
  11. SubstrateChain? chain1,
})

Implementation

ICreateSubstrateCollection(
    {required this.name,
    required this.symbol,
    required this.baseUri,
    required this.baseExtension,
    required this.royaltiesAddress,
    required this.royaltiesFees,
    required this.drop,
    this.maxSupply,
    this.description,
    this.collectionType1,
    this.chain1,
    });