bool get isStatic { if (isPropertyInducer) { return (element as PropertyInducingElement).isStatic; } return false; }