getPriceIn method

double? getPriceIn(
  1. String vsCurrency
)

Implementation

double? getPriceIn(String vsCurrency) {
  return Convert.toDoubleN(_json[vsCurrency.toLowerCase()]);
}