isElective property

bool isElective

Checks whether an option is elective.

Implementation

bool get isElective => optionNumber.isEven;