ListChangeNotification<E>.remove constructor

ListChangeNotification<E>.remove(
  1. E? element,
  2. int? pos, {
  3. DateTime? time,
})

Implementation

ListChangeNotification.remove(this.element, this.pos, {DateTime? time})
    : op = ListChangeOp.remove,
      time = time ?? DateTime.now();