hasNotFollowedBy property
bool
get
hasNotFollowedBy
Returns true if followedBy
is null, otherwise false.
Implementation
bool get hasNotFollowedBy => !hasFollowedBy;
Returns true if followedBy
is null, otherwise false.
bool get hasNotFollowedBy => !hasFollowedBy;