@@ -6121,13 +6121,6 @@ class _Renderer_Field extends RendererBase<Field> {
61216121 parent: r);
61226122 },
61236123 ),
6124- 'hasHideConstantImplementation': Property(
6125- getValue: (CT_ c) => c.hasHideConstantImplementation,
6126- renderVariable: (CT_ c, Property<CT_> self,
6127- List<String> remainingNames) =>
6128- self.renderSimpleVariable(c, remainingNames, 'bool'),
6129- getBool: (CT_ c) => c.hasHideConstantImplementation == true,
6130- ),
61316124 'href': Property(
61326125 getValue: (CT_ c) => c.href,
61336126 renderVariable:
@@ -6820,13 +6813,6 @@ class _Renderer_GetterSetterCombo extends RendererBase<GetterSetterCombo> {
68206813 self.renderSimpleVariable(c, remainingNames, 'bool'),
68216814 getBool: (CT_ c) => c.hasGetterOrSetter == true,
68226815 ),
6823- 'hasHideConstantImplementation': Property(
6824- getValue: (CT_ c) => c.hasHideConstantImplementation,
6825- renderVariable: (CT_ c, Property<CT_> self,
6826- List<String> remainingNames) =>
6827- self.renderSimpleVariable(c, remainingNames, 'bool'),
6828- getBool: (CT_ c) => c.hasHideConstantImplementation == true,
6829- ),
68306816 'hasNoGetterSetter': Property(
68316817 getValue: (CT_ c) => c.hasNoGetterSetter,
68326818 renderVariable: (CT_ c, Property<CT_> self,
@@ -15123,13 +15109,6 @@ class _Renderer_TopLevelVariable extends RendererBase<TopLevelVariable> {
1512315109 parent: r);
1512415110 },
1512515111 ),
15126- 'hasHideConstantImplementation': Property(
15127- getValue: (CT_ c) => c.hasHideConstantImplementation,
15128- renderVariable: (CT_ c, Property<CT_> self,
15129- List<String> remainingNames) =>
15130- self.renderSimpleVariable(c, remainingNames, 'bool'),
15131- getBool: (CT_ c) => c.hasHideConstantImplementation == true,
15132- ),
1513315112 'href': Property(
1513415113 getValue: (CT_ c) => c.href,
1513515114 renderVariable:
@@ -16739,7 +16718,6 @@ const _invisibleGetters = {
1673916718 'hasExplicitSetter',
1674016719 'hasGetter',
1674116720 'hasGetterOrSetter',
16742- 'hasHideConstantImplementation',
1674316721 'hasNoGetterSetter',
1674416722 'hasParameters',
1674516723 'hasPublicGetter',
0 commit comments