get24hVolIn method
Returns the 24-hour volume in the specified vsCurrency
.
The vsCurrency
parameter is the currency in which the 24-hour volume is requested.
Implementation
double? get24hVolIn(String vsCurrency) {
return Convert.toDoubleN(_json['${vsCurrency.toLowerCase()}_24h_vol']);
}