set method

void set(
  1. T updateType
)

Implementation

void set(T updateType) {
  state = updateType;
}