CoinSearchResults class

Coin search results data wrapper

Constructors

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

Properties

apiSymbol String
API symbol of the coin
final
hashCode int
The hash code for this object.
no setterinherited
id String
Identifier of the coin
final
large String
Large image URL of the coin
final
marketCapRank int
Market capitalization rank of the coin
final
name String
Name of the coin
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol of the coin
final
thumb String
Thumbnail image URL of the coin
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