menu
coingecko_dart package
documentation
dataClasses/coins/Coin.dart
Coin
isNull property
isNull property
dark_mode
light_mode
isNull
property
bool
get
isNull
Implementation
bool get isNull{ return id=="-1" && symbol=="-1" && name=="-1"; }
coingecko_dart package
documentation
dataClasses/coins/Coin
Coin
isNull property
Coin class