hasTermsOfService property
bool
get
hasTermsOfService
Returns true if termsOfService
is not null, otherwise false.
Implementation
bool get hasTermsOfService => termsOfService != null;
Returns true if termsOfService
is not null, otherwise false.
bool get hasTermsOfService => termsOfService != null;