hasNotFollowing property

bool get hasNotFollowing

Returns true if following is null, otherwise false.

Implementation

bool get hasNotFollowing => !hasFollowing;