convert method

OperationType convert(
  1. String value
)

Implementation

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