ListChangeNotification<E>.clear constructor

ListChangeNotification<E>.clear({
  1. DateTime? time,
})

Implementation

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