WiltChangeNotificationEvent.update constructor

WiltChangeNotificationEvent.update(
  1. String? _docId,
  2. String? _docRevision,
  3. dynamic _sequenceNumber, [
  4. JsonObjectLite? _document,
])

Update event

Implementation

WiltChangeNotificationEvent.update(
    this._docId, this._docRevision, this._sequenceNumber,
    [this._document]) {
  _type = updatee;
}