Realm constructor

Realm(
  1. SyncUser _syncUser,
  2. String _appId,
  3. String _partition
)

Implementation

Realm(this._syncUser, this._appId, this._partition);