Returns true if the notifier contains the value.
value
bool contains(T value) => super.value.contains(value);