isBranch property

bool isBranch

分岐かどうか

Implementation

bool get isBranch => [
      LifeEventType.selectDirection,
      LifeEventType.selectDirectionPerDiceRoll,
      LifeEventType.selectDirectionPerLifeItem,
    ].contains(type);