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