isMatchCase property

bool? isMatchCase

Implementation

bool? get isMatchCase => _isMatchCase;
void isMatchCase=(bool? val)

Implementation

set isMatchCase(bool? val) => _isMatchCase = val;