NftLinksData class
Data wrapper for the links of an NFT collection.
Constructors
-
NftLinksData.fromJson(Map<
String, dynamic> json) - Constructs an instance of NftLinksData from a JSON map.
Properties
- discord → String?
-
The Discord invite link or URL of the NFT collection.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- homepage → String
-
The homepage URL of the NFT collection.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- twitter → String?
-
The Twitter handle or URL of the NFT collection.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the NftLinksData instance.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited