setState method

void setState(
  1. PlutoRowState state
)

Implementation

void setState(PlutoRowState state) {
  _state = state;
}