SetChangeNotification<E> constructor

SetChangeNotification<E>(
  1. E element,
  2. SetChangeOp op, {
  3. DateTime? time,
})

Implementation

SetChangeNotification(this.element, this.op, {DateTime? time})
    : time = time ?? DateTime.now();