termsConditionsLink property

String termsConditionsLink

The link for the terms&conditions website. Default value is given in _defaultTermsConditionsLink. Custom value in the constructor is assigned to _termsConditionsLink.

Implementation

String get termsConditionsLink =>
    _termsConditionsLink ?? _defaultTermsConditionsLink;