isCaseSensitive property Null safety

bool? isCaseSensitive
optional">@optionalread / write

Whether this regular expression is case sensitive.

Provided for instance kinds:

  • RegExp

Implementation

@optional
bool? isCaseSensitive;