selectableForExecution property

bool selectableForExecution

実行が選択制かどうか

Implementation

bool get selectableForExecution => [
      LifeEventType.exchangeLifeItems,
      LifeEventType.exchangeLifeItemsWithDiceRoll,
    ].contains(type);