1. @override
void add(input)

Source

@override
void add(input) {
  if (set) {
    return;
  }
  value = input;
  set = true;
}