SearchTrendingCoin class
A class representing a trending coin search result.
Constructors
- 
          SearchTrendingCoin.fromJson(Map<
String, dynamic> json) - Constructs a SearchTrendingCoin instance from a JSON object.
 
Properties
- coinId → int
 - 
  The numerical identifier of the coin.
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - id → String
 - 
  The unique identifier of the coin.
  final
 - large → String
 - 
  The URL of the large image of the coin.
  final
 - marketCapRank → int
 - 
  The market capitalization rank of the coin.
  final
 - name → String
 - 
  The name of the coin.
  final
 - priceBtc → double
 - 
  The price of the coin in BTC.
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - score → int
 - 
  The score of the coin.
  final
 - slug → String
 - 
  The slug of the coin.
  final
 - small → String
 - 
  The URL of the small image of the coin.
  final
 - symbol → String
 - 
  The symbol of the coin.
  final
 - thumb → String
 - 
  The URL of the thumbnail image of the coin.
  final
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toString(
) → String  - 
  Returns a string representation of the SearchTrendingCoin instance.
  override
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited