setEmpty method

  1. @override
void setEmpty()
override

Implementation

@override
void setEmpty() {
  super.setEmpty();
  subject.add(value);
}