@@ -2668,7 +2668,7 @@ class _Renderer_Container extends RendererBase<Container> {
2668
2668
renderVariable: (CT_ c, Property<CT_> self,
2669
2669
List<String> remainingNames) =>
2670
2670
self.renderSimpleVariable(
2671
- c, remainingNames, 'Set<Element>'),
2671
+ c, remainingNames, 'Set<Element? >'),
2672
2672
renderIterable: (CT_ c, RendererBase<CT_> r,
2673
2673
List<MustachioNode> ast, StringSink sink) {
2674
2674
return c.allElements.map((e) => renderSimple(
@@ -10203,7 +10203,7 @@ class _Renderer_ModelElement extends RendererBase<ModelElement> {
10203
10203
renderVariable: (CT_ c, Property<CT_> self,
10204
10204
List<String> remainingNames) =>
10205
10205
self.renderSimpleVariable(
10206
- c, remainingNames, 'Iterable<Category>'),
10206
+ c, remainingNames, 'Iterable<Category? >'),
10207
10207
renderIterable: (CT_ c, RendererBase<CT_> r,
10208
10208
List<MustachioNode> ast, StringSink sink) {
10209
10209
return c.displayedCategories.map((e) =>
@@ -12036,7 +12036,7 @@ class _Renderer_Package extends RendererBase<Package> {
12036
12036
renderVariable: (CT_ c, Property<CT_> self,
12037
12037
List<String> remainingNames) =>
12038
12038
self.renderSimpleVariable(
12039
- c, remainingNames, 'Map<String, Category>'),
12039
+ c, remainingNames, 'Map<String? , Category>'),
12040
12040
isNullValue: (CT_ c) => false,
12041
12041
renderValue: (CT_ c, RendererBase<CT_> r,
12042
12042
List<MustachioNode> ast, StringSink sink) {
@@ -12202,7 +12202,7 @@ class _Renderer_Package extends RendererBase<Package> {
12202
12202
renderVariable: (CT_ c, Property<CT_> self,
12203
12203
List<String> remainingNames) =>
12204
12204
self.renderSimpleVariable(
12205
- c, remainingNames, 'Map<String, Set<String>>'),
12205
+ c, remainingNames, 'Map<String? , Set<String>>'),
12206
12206
isNullValue: (CT_ c) => false,
12207
12207
renderValue: (CT_ c, RendererBase<CT_> r,
12208
12208
List<MustachioNode> ast, StringSink sink) {
@@ -15762,7 +15762,6 @@ const _invisibleGetters = {
15762
15762
'isDartCoreObject',
15763
15763
'isExhaustive',
15764
15764
'isFinal',
15765
- 'isInline',
15766
15765
'isInterface',
15767
15766
'isMixinApplication',
15768
15767
'isMixinClass',
@@ -15926,13 +15925,15 @@ const _invisibleGetters = {
15926
15925
'hasAlwaysThrows',
15927
15926
'hasDeprecated',
15928
15927
'hasDoNotStore',
15928
+ 'hasDoNotSubmit',
15929
15929
'hasFactory',
15930
15930
'hasImmutable',
15931
15931
'hasInternal',
15932
15932
'hasIsTest',
15933
15933
'hasIsTestGroup',
15934
15934
'hasJS',
15935
15935
'hasLiteral',
15936
+ 'hasMustBeConst',
15936
15937
'hasMustBeOverridden',
15937
15938
'hasMustCallSuper',
15938
15939
'hasNonVirtual',
@@ -15984,6 +15985,7 @@ const _invisibleGetters = {
15984
15985
'hasAlwaysThrows',
15985
15986
'hasDeprecated',
15986
15987
'hasDoNotStore',
15988
+ 'hasDoNotSubmit',
15987
15989
'hasFactory',
15988
15990
'hasImmutable',
15989
15991
'hasImplicitReturnType',
@@ -15992,6 +15994,7 @@ const _invisibleGetters = {
15992
15994
'hasIsTestGroup',
15993
15995
'hasJS',
15994
15996
'hasLiteral',
15997
+ 'hasMustBeConst',
15995
15998
'hasMustBeOverridden',
15996
15999
'hasMustCallSuper',
15997
16000
'hasNonVirtual',
@@ -16015,7 +16018,6 @@ const _invisibleGetters = {
16015
16018
'isExtensionTypeMember',
16016
16019
'isExternal',
16017
16020
'isGenerator',
16018
- 'isLegacy',
16019
16021
'isOperator',
16020
16022
'isPrivate',
16021
16023
'isPublic',
@@ -16247,13 +16249,15 @@ const _invisibleGetters = {
16247
16249
'hasAlwaysThrows',
16248
16250
'hasDeprecated',
16249
16251
'hasDoNotStore',
16252
+ 'hasDoNotSubmit',
16250
16253
'hasFactory',
16251
16254
'hasImmutable',
16252
16255
'hasInternal',
16253
16256
'hasIsTest',
16254
16257
'hasIsTestGroup',
16255
16258
'hasJS',
16256
16259
'hasLiteral',
16260
+ 'hasMustBeConst',
16257
16261
'hasMustBeOverridden',
16258
16262
'hasMustCallSuper',
16259
16263
'hasNonVirtual',
@@ -16271,7 +16275,6 @@ const _invisibleGetters = {
16271
16275
'hasVisibleOutsideTemplate',
16272
16276
'hashCode',
16273
16277
'id',
16274
- 'isLegacy',
16275
16278
'isPrivate',
16276
16279
'isPublic',
16277
16280
'isSynthetic',
@@ -16399,6 +16402,7 @@ const _invisibleGetters = {
16399
16402
'hasDefaultValue',
16400
16403
'hasDeprecated',
16401
16404
'hasDoNotStore',
16405
+ 'hasDoNotSubmit',
16402
16406
'hasFactory',
16403
16407
'hasImmutable',
16404
16408
'hasImplicitType',
@@ -16407,6 +16411,7 @@ const _invisibleGetters = {
16407
16411
'hasIsTestGroup',
16408
16412
'hasJS',
16409
16413
'hasLiteral',
16414
+ 'hasMustBeConst',
16410
16415
'hasMustBeOverridden',
16411
16416
'hasMustCallSuper',
16412
16417
'hasNonVirtual',
@@ -16430,7 +16435,6 @@ const _invisibleGetters = {
16430
16435
'isFinal',
16431
16436
'isInitializingFormal',
16432
16437
'isLate',
16433
- 'isLegacy',
16434
16438
'isPrivate',
16435
16439
'isPublic',
16436
16440
'isStatic',
@@ -16467,7 +16471,8 @@ const _invisibleGetters = {
16467
16471
'isGetter',
16468
16472
'isSetter',
16469
16473
'runtimeType',
16470
- 'variable'
16474
+ 'variable',
16475
+ 'variable2'
16471
16476
},
16472
16477
'Scope': {'hashCode', 'runtimeType'},
16473
16478
'TemplateOptions': {
0 commit comments