isNoSearch property

bool? get isNoSearch

true if the “Do not display during search” option is enabled. If the option is disabled, the field is not returned.

Implementation

bool? get isNoSearch => checkBoolInProperty('no_search');