isBold property

bool isBold

Implementation

bool get isBold {
  return STRONG_PATTERN.hasMatch(this);
}