isMatchWholeWord property

bool? isMatchWholeWord

Implementation

bool? get isMatchWholeWord => _isMatchWholeWord;
void isMatchWholeWord=(bool? val)

Implementation

set isMatchWholeWord(bool? val) => _isMatchWholeWord = val;