factory NotificationList.of(Iterable<E> elements, {bool growable = true}) => NotificationList<E>.from(elements, growable: growable);