hasNotPrivacyPolicy property

bool get hasNotPrivacyPolicy

Returns true if privacyPolicy is null, otherwise false.

Implementation

bool get hasNotPrivacyPolicy => !hasPrivacyPolicy;