var State = (function () {
  function State(stateName) {
    _classCallCheck(this, _State);

    this.stateName = stateName;