SentryIsarCollection<OBJ> constructor

SentryIsarCollection<OBJ>(
  1. IsarCollection<OBJ> _isarCollection,
  2. Hub _hub,
  3. String _dbName
)

ctor of SentryIsarCollection

Implementation

SentryIsarCollection(this._isarCollection, this._hub, this._dbName) {
  _spanHelper.setHub(_hub);
}