isInheritedPropertyID function
Implementation
bool isInheritedPropertyID(CSSPropertyID id) {
  assert(id != CSSPropertyID.Invalid);
  return _isInheritedPropertyTable[id.index];
}bool isInheritedPropertyID(CSSPropertyID id) {
  assert(id != CSSPropertyID.Invalid);
  return _isInheritedPropertyTable[id.index];
}