isUnknown property

bool get isUnknown

Access is unknown (neither provably safe nor unsafe).

Implementation

bool get isUnknown => !isSafe && !isDefinitelyUnsafe;