convert method

InstrumentType convert(
  1. String value
)

Implementation

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