SetChangeNotification<E>.remove constructor
SetChangeNotification<E>.remove (
- E element, {
- DateTime? time,
Implementation
SetChangeNotification.remove(this.element, {DateTime? time})
: op = SetChangeOp.remove,
time = time ?? DateTime.now();