hasNotPrivacyPolicy property
bool
get
hasNotPrivacyPolicy
Returns true if privacyPolicy
is null, otherwise false.
Implementation
bool get hasNotPrivacyPolicy => !hasPrivacyPolicy;
Returns true if privacyPolicy
is null, otherwise false.
bool get hasNotPrivacyPolicy => !hasPrivacyPolicy;