isNotActorProfile property
bool
get
isNotActorProfile
Returns true if this collection is not actor profile, otherwise false.
Implementation
bool get isNotActorProfile => !isActorProfile;
Returns true if this collection is not actor profile, otherwise false.
bool get isNotActorProfile => !isActorProfile;