hasInheritedPendingProperty property

bool hasInheritedPendingProperty

Implementation

bool get hasInheritedPendingProperty {
  return _pendingProperties.keys.any((key) => isInheritedPropertyString(_kebabize(key)));
}