isNotNsfl property

bool get isNotNsfl

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

Implementation

bool get isNotNsfl => !isNsfl;