Inbox constructor

Inbox(
  1. Connector _connector,
  2. int _userId
)

Do not create instances directly — use Kabelwerk.openInbox instead.

Implementation

Inbox(this._connector, this._userId);