UserAccount constructor

UserAccount(
  1. BrokerAccountType brokerAccountType,
  2. String brokerAccountId
)

Implementation

UserAccount(this.brokerAccountType, this.brokerAccountId);