ICreateCollection constructor
ICreateCollection({
- required String name,
- required String symbol,
- required String baseUri,
- required String baseExtension,
- required bool isRevokable,
- required bool isSoulbound,
- required String royaltiesAddress,
- required int royaltiesFees,
- required bool drop,
- int? maxSupply,
- String? description,
- CollectionType? collectionType1,
- EvmChain? chain1,
- bool? isAutoIncrement,
Implementation
ICreateCollection(
{required this.name,
required this.symbol,
required this.baseUri,
required this.baseExtension,
required this.isRevokable,
required this.isSoulbound,
required this.royaltiesAddress,
required this.royaltiesFees,
required this.drop,
this.maxSupply,
this.description,
this.collectionType1,
this.chain1,
this.isAutoIncrement});