IMintNftData class

Constructors

IMintNftData({required String receivingAddress, int? quantity, List<int>? idsToMint})

Properties

hashCode int
The hash code for this object.
no setterinherited
idsToMint List<int>?
If collection is set as isAutoIncrement=false, use this parameter to define the custom minted NFT token IDS
getter/setter pair
quantity int?
How many NFTs to mint to the receiver
getter/setter pair
receivingAddress String
Address to receive the minted NFT
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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