isNotFollowing property
bool
get
isNotFollowing
Returns true if authenticated user has not following yet this actor, otherwise false.
Implementation
bool get isNotFollowing => !isFollowing;
Returns true if authenticated user has not following yet this actor, otherwise false.
bool get isNotFollowing => !isFollowing;