convert method

BrokerAccountType convert(
  1. String value
)

Implementation

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