ICollection class

Inheritance

Constructors

ICollection({required String collectionUuid, required String contractAddress, required String deployerAddress, required String transactionHash, required CollectionStatus collectionStatus, required int collectionType, required int chain, required String updateTime, required String createTime, 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, bool? isAutoIncrement})
ICollection.fromJson(Map<String, dynamic> json)
factory

Properties

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

Methods

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

Operators

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