isBranch property
分岐かどうか
Implementation
bool get isBranch => [
LifeEventType.selectDirection,
LifeEventType.selectDirectionPerDiceRoll,
LifeEventType.selectDirectionPerLifeItem,
].contains(type);
分岐かどうか
bool get isBranch => [
LifeEventType.selectDirection,
LifeEventType.selectDirectionPerDiceRoll,
LifeEventType.selectDirectionPerLifeItem,
].contains(type);