menu
coingecko_api package
documentation
coingecko_result.dart
CoinGeckoResult<T>
CoinGeckoResult constructor
CoinGeckoResult constructor
dark_mode
light_mode
CoinGeckoResult<
T
>
constructor
CoinGeckoResult<
T
>
(
T
data
, {
bool
isError
=
false
,
String
?
errorMessage
,
int
?
errorCode
,
})
Implementation
CoinGeckoResult( this.data, { this.isError = false, this.errorMessage, this.errorCode, });
coingecko_api package
documentation
coingecko_result
CoinGeckoResult<T>
CoinGeckoResult constructor
CoinGeckoResult class