MuxedAccount constructor

MuxedAccount(
  1. String _accountId,
  2. int _id
)

Implementation

MuxedAccount(this._accountId, this._id) {
  checkNotNull(_accountId, "accountId cannot be null");
}