get24hVolIn method

double? get24hVolIn(
  1. String vsCurrency
)

Implementation

double? get24hVolIn(String vsCurrency) {
  return Convert.toDoubleN(_json['${vsCurrency.toLowerCase()}_24h_vol']);
}