Results<T extends RLMObject> constructor

Results<T extends RLMObject>(
  1. MethodChannel _channel,
  2. ItemCreator<T> _creator,
  3. SyncUser _syncUser,
  4. String _appId,
  5. String _partition,
)

Implementation

Results(this._channel, this._creator, this._syncUser, this._appId,
    this._partition);