hasFollowing property

bool get hasFollowing

Returns true if following is not null, otherwise false.

Implementation

bool get hasFollowing => following != null;