add method

*<Null safety>*
  • @override

void add (E value) override

Implementation

@override
void add(E value) {
  _base.add(value);
}