checkPageDescription property

(String Function(T? value)?) checkPageDescription
getter/setter pair

checkPageDescription is the same as checkPageTitle but for the description. If null no description will be shown.

Implementation

String Function(T? value)? checkPageDescription;