isUnsafe property

bool isUnsafe

Checks whether an option is unsafe.

Implementation

bool get isUnsafe => (optionNumber & 2) > 0;