NftInfo class
NFT info data wrapper
This class represents the information of an NFT collection.
Constructors
-
NftInfo.fromJson(Map<
String, dynamic> json) - Constructs an instance of NftInfo from a JSON map.
Properties
- assetPlatformId → String
-
NFT collection asset platform id
final
- contractAddress → String?
-
NFT collection contract address
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
NFT collection identifier
final
- name → String
-
NFT collection name
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symbol → String
-
NFT collection symbol
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the NftInfo instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited