isNotFollow property

bool get isNotFollow

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

Implementation

bool get isNotFollow => !isFollow;