@@ -15225,12 +15225,12 @@ class _Renderer_TypeImplementing extends RendererBase<TypeImplementing> {
1522515225 self.renderSimpleVariable(c, remainingNames, 'bool'),
1522615226 getBool: (CT_ c) => c.hasModifiers,
1522715227 ),
15228- 'hasPublicImplementors ': Property(
15229- getValue: (CT_ c) => c.hasPublicImplementors ,
15228+ 'hasPublicImplementers ': Property(
15229+ getValue: (CT_ c) => c.hasPublicImplementers ,
1523015230 renderVariable: (CT_ c, Property<CT_> self,
1523115231 List<String> remainingNames) =>
1523215232 self.renderSimpleVariable(c, remainingNames, 'bool'),
15233- getBool: (CT_ c) => c.hasPublicImplementors ,
15233+ getBool: (CT_ c) => c.hasPublicImplementers ,
1523415234 ),
1523515235 'hasPublicInterfaces': Property(
1523615236 getValue: (CT_ c) => c.hasPublicInterfaces,
@@ -15265,28 +15265,28 @@ class _Renderer_TypeImplementing extends RendererBase<TypeImplementing> {
1526515265 parent: r));
1526615266 },
1526715267 ),
15268- 'publicImplementors ': Property(
15269- getValue: (CT_ c) => c.publicImplementors ,
15268+ 'publicImplementers ': Property(
15269+ getValue: (CT_ c) => c.publicImplementers ,
1527015270 renderVariable: (CT_ c, Property<CT_> self,
1527115271 List<String> remainingNames) =>
1527215272 self.renderSimpleVariable(
1527315273 c, remainingNames, 'Iterable<InheritingContainer>'),
1527415274 renderIterable: (CT_ c, RendererBase<CT_> r,
1527515275 List<MustachioNode> ast, StringSink sink) {
15276- return c.publicImplementors .map((e) =>
15276+ return c.publicImplementers .map((e) =>
1527715277 _render_InheritingContainer(e, ast, r.template, sink,
1527815278 parent: r));
1527915279 },
1528015280 ),
15281- 'publicImplementorsSorted ': Property(
15282- getValue: (CT_ c) => c.publicImplementorsSorted ,
15281+ 'publicImplementersSorted ': Property(
15282+ getValue: (CT_ c) => c.publicImplementersSorted ,
1528315283 renderVariable: (CT_ c, Property<CT_> self,
1528415284 List<String> remainingNames) =>
1528515285 self.renderSimpleVariable(
1528615286 c, remainingNames, 'List<InheritingContainer>'),
1528715287 renderIterable: (CT_ c, RendererBase<CT_> r,
1528815288 List<MustachioNode> ast, StringSink sink) {
15289- return c.publicImplementorsSorted .map((e) =>
15289+ return c.publicImplementersSorted .map((e) =>
1529015290 _render_InheritingContainer(e, ast, r.template, sink,
1529115291 parent: r));
1529215292 },
@@ -16846,7 +16846,7 @@ const _invisibleGetters = {
1684616846 'allConstructedModelElements',
1684716847 'allExtensionsAdded',
1684816848 'allHrefs',
16849- 'allImplementorsAdded ',
16849+ 'allImplementersAdded ',
1685016850 'allInheritableElements',
1685116851 'allLibraries',
1685216852 'allLibrariesAdded',
@@ -16862,7 +16862,7 @@ const _invisibleGetters = {
1686216862 'hasEmbedderSdk',
1686316863 'hasFooterVersion',
1686416864 'hashCode',
16865- 'implementors ',
16865+ 'implementers ',
1686616866 'inheritThrough',
1686716867 'inheritanceManager',
1686816868 'libraries',
0 commit comments