const Principal( this._principal, { Uint8List? subAccount, }) : assert(subAccount == null || subAccount.length == 32), _subAccount = subAccount;