getMarketCapIn method

double? getMarketCapIn(
  1. String vsCurrency
)

Implementation

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