addState property

void addState=(TKMControllerMixin state)
inherited

Attached the state to this controller

Implementation

set addState(S state) {
  _stateMixin = state;
}