SetChangeNotification<E>.remove constructor

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

Implementation

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