SetChangeNotification<E>.add constructor

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

Implementation

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