hasFollowedBy property

bool get hasFollowedBy

Returns true if followedBy is not null, otherwise false.

Implementation

bool get hasFollowedBy => followedBy != null;