isStrike property

bool isStrike

Implementation

bool get isStrike {
  return  SRIKE_WITH_OPTIONAL_STYLES_PATTERN.hasMatch(this);
}