PullLink constructor
PullLink(})
Implementation
PullLink(this.ticketId, this.decorator, this._baseJSON,
{int? offset, int range = 15, int? baseId})
: _offset = offset,
_range = range,
_baseId = baseId;