menu
coingecko_dart package
documentation
dataClasses/search/item.dart
Item
Item constructor
Item constructor
dark_mode
light_mode
Item
constructor
Item
(
{
String
?
id
,
String
?
name
,
String
?
symbol
,
int
?
marketCapRank
,
String
?
thumb
,
String
?
large
,
int
?
score
,
})
Implementation
Item({ this.id, this.name, this.symbol, this.marketCapRank, this.thumb, this.large, this.score, });
coingecko_dart package
documentation
dataClasses/search/item
Item
Item constructor
Item class