hasNotKnownFollowers property
bool
get
hasNotKnownFollowers
Returns true if knownFollowers
is null, otherwise false.
Implementation
bool get hasNotKnownFollowers => !hasKnownFollowers;
Returns true if knownFollowers
is null, otherwise false.
bool get hasNotKnownFollowers => !hasKnownFollowers;