isNotNoUnauthenticated property

bool get isNotNoUnauthenticated

Returns true if this value is not noUnauthenticated, otherwise false.

Implementation

bool get isNotNoUnauthenticated => !isNoUnauthenticated;