@@ -5261,13 +5261,6 @@ class _Renderer_FeatureSet extends RendererBase<FeatureSet> {
5261
5261
self.renderSimpleVariable(c, remainingNames, 'bool'),
5262
5262
getBool: (CT_ c) => c.hasFeatureSet == true,
5263
5263
),
5264
- 'isNullSafety': Property(
5265
- getValue: (CT_ c) => c.isNullSafety,
5266
- renderVariable: (CT_ c, Property<CT_> self,
5267
- List<String> remainingNames) =>
5268
- self.renderSimpleVariable(c, remainingNames, 'bool'),
5269
- getBool: (CT_ c) => c.isNullSafety == true,
5270
- ),
5271
5264
'library': Property(
5272
5265
getValue: (CT_ c) => c.library,
5273
5266
renderVariable:
@@ -7826,13 +7819,6 @@ class _Renderer_Library extends RendererBase<Library> {
7826
7819
self.renderSimpleVariable(c, remainingNames, 'bool'),
7827
7820
getBool: (CT_ c) => c.isInSdk == true,
7828
7821
),
7829
- 'isNullSafety': Property(
7830
- getValue: (CT_ c) => c.isNullSafety,
7831
- renderVariable: (CT_ c, Property<CT_> self,
7832
- List<String> remainingNames) =>
7833
- self.renderSimpleVariable(c, remainingNames, 'bool'),
7834
- getBool: (CT_ c) => c.isNullSafety == true,
7835
- ),
7836
7822
'isPublic': Property(
7837
7823
getValue: (CT_ c) => c.isPublic,
7838
7824
renderVariable: (CT_ c, Property<CT_> self,
0 commit comments