ICreateSubstrateCollection class
Constructors
- ICreateSubstrateCollection({required String name, required String symbol, required String baseUri, required String baseExtension, required String royaltiesAddress, required int royaltiesFees, required bool drop, int? maxSupply, String? description, CollectionType? collectionType1, SubstrateChain? chain1})
Properties
- baseExtension ↔ String
-
getter/setter pair
- baseUri ↔ String
-
getter/setter pair
- chain1 ↔ SubstrateChain?
-
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
- 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