convert method

Currency convert(
  1. String value
)

Implementation

Currency convert(String value) => _data[value]!;