hasNotTermsOfService property

bool get hasNotTermsOfService

Returns true if termsOfService is null, otherwise false.

Implementation

bool get hasNotTermsOfService => !hasTermsOfService;