ICreateCollection class

Implementers

Constructors

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})

Properties

baseExtension String
getter/setter pair
baseUri String
getter/setter pair
chain1 EvmChain?
getter/setter pair
collectionType1 CollectionType?
getter/setter pair
description String?
getter/setter pair
drop bool
getter/setter pair
dropPrice int?
getter/setter pair
dropReserve int?
getter/setter pair
dropStart int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAutoIncrement bool?
getter/setter pair
isRevokable bool
getter/setter pair
isSoulbound bool
getter/setter pair
maxSupply int?
getter/setter pair
name String
getter/setter pair
royaltiesAddress String
getter/setter pair
royaltiesFees int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited