convert method

StreamingTradeStatus convert(
  1. String value
)

Implementation

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