requireBrokerAccountType method

BrokerAccountType requireBrokerAccountType([
  1. String key = _defaultBrokerAccountTypeKey
])

Implementation

BrokerAccountType requireBrokerAccountType(
        [String key = _defaultBrokerAccountTypeKey]) =>
    const BrokerAccountTypeConverter().fromJson(this, key);