hasTermsOfService property

bool get hasTermsOfService

Returns true if termsOfService is not null, otherwise false.

Implementation

bool get hasTermsOfService => termsOfService != null;