Whether this option is None.
const option = None<int>(); final missing = option.isNone; // true
bool get isNone => !isSome;