setEmpty method

void setEmpty()

Implementation

void setEmpty() {
  change(null, status: GetStatus<T>.empty());
}