NftSearchResults class

NFT search results data wrapper

Constructors

NftSearchResults.fromJson(Map<String, dynamic> json)
Constructs an NftSearchResults instance from a JSON map.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Identifier of the NFT
final
name String
Name of the NFT
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol of the NFT
final
thumb String
Thumbnail image URL of the NFT
final

Methods

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

Operators

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