@@ -2668,7 +2668,7 @@ class _Renderer_Container extends RendererBase<Container> {
26682668 renderVariable: (CT_ c, Property<CT_> self,
26692669 List<String> remainingNames) =>
26702670 self.renderSimpleVariable(
2671- c, remainingNames, 'Set<Element>'),
2671+ c, remainingNames, 'Set<Element? >'),
26722672 renderIterable: (CT_ c, RendererBase<CT_> r,
26732673 List<MustachioNode> ast, StringSink sink) {
26742674 return c.allElements.map((e) => renderSimple(
@@ -10203,7 +10203,7 @@ class _Renderer_ModelElement extends RendererBase<ModelElement> {
1020310203 renderVariable: (CT_ c, Property<CT_> self,
1020410204 List<String> remainingNames) =>
1020510205 self.renderSimpleVariable(
10206- c, remainingNames, 'Iterable<Category>'),
10206+ c, remainingNames, 'Iterable<Category? >'),
1020710207 renderIterable: (CT_ c, RendererBase<CT_> r,
1020810208 List<MustachioNode> ast, StringSink sink) {
1020910209 return c.displayedCategories.map((e) =>
@@ -12036,7 +12036,7 @@ class _Renderer_Package extends RendererBase<Package> {
1203612036 renderVariable: (CT_ c, Property<CT_> self,
1203712037 List<String> remainingNames) =>
1203812038 self.renderSimpleVariable(
12039- c, remainingNames, 'Map<String, Category>'),
12039+ c, remainingNames, 'Map<String? , Category>'),
1204012040 isNullValue: (CT_ c) => false,
1204112041 renderValue: (CT_ c, RendererBase<CT_> r,
1204212042 List<MustachioNode> ast, StringSink sink) {
@@ -12202,7 +12202,7 @@ class _Renderer_Package extends RendererBase<Package> {
1220212202 renderVariable: (CT_ c, Property<CT_> self,
1220312203 List<String> remainingNames) =>
1220412204 self.renderSimpleVariable(
12205- c, remainingNames, 'Map<String, Set<String>>'),
12205+ c, remainingNames, 'Map<String? , Set<String>>'),
1220612206 isNullValue: (CT_ c) => false,
1220712207 renderValue: (CT_ c, RendererBase<CT_> r,
1220812208 List<MustachioNode> ast, StringSink sink) {
@@ -15762,7 +15762,6 @@ const _invisibleGetters = {
1576215762 'isDartCoreObject',
1576315763 'isExhaustive',
1576415764 'isFinal',
15765- 'isInline',
1576615765 'isInterface',
1576715766 'isMixinApplication',
1576815767 'isMixinClass',
@@ -15926,13 +15925,15 @@ const _invisibleGetters = {
1592615925 'hasAlwaysThrows',
1592715926 'hasDeprecated',
1592815927 'hasDoNotStore',
15928+ 'hasDoNotSubmit',
1592915929 'hasFactory',
1593015930 'hasImmutable',
1593115931 'hasInternal',
1593215932 'hasIsTest',
1593315933 'hasIsTestGroup',
1593415934 'hasJS',
1593515935 'hasLiteral',
15936+ 'hasMustBeConst',
1593615937 'hasMustBeOverridden',
1593715938 'hasMustCallSuper',
1593815939 'hasNonVirtual',
@@ -15984,6 +15985,7 @@ const _invisibleGetters = {
1598415985 'hasAlwaysThrows',
1598515986 'hasDeprecated',
1598615987 'hasDoNotStore',
15988+ 'hasDoNotSubmit',
1598715989 'hasFactory',
1598815990 'hasImmutable',
1598915991 'hasImplicitReturnType',
@@ -15992,6 +15994,7 @@ const _invisibleGetters = {
1599215994 'hasIsTestGroup',
1599315995 'hasJS',
1599415996 'hasLiteral',
15997+ 'hasMustBeConst',
1599515998 'hasMustBeOverridden',
1599615999 'hasMustCallSuper',
1599716000 'hasNonVirtual',
@@ -16015,7 +16018,6 @@ const _invisibleGetters = {
1601516018 'isExtensionTypeMember',
1601616019 'isExternal',
1601716020 'isGenerator',
16018- 'isLegacy',
1601916021 'isOperator',
1602016022 'isPrivate',
1602116023 'isPublic',
@@ -16247,13 +16249,15 @@ const _invisibleGetters = {
1624716249 'hasAlwaysThrows',
1624816250 'hasDeprecated',
1624916251 'hasDoNotStore',
16252+ 'hasDoNotSubmit',
1625016253 'hasFactory',
1625116254 'hasImmutable',
1625216255 'hasInternal',
1625316256 'hasIsTest',
1625416257 'hasIsTestGroup',
1625516258 'hasJS',
1625616259 'hasLiteral',
16260+ 'hasMustBeConst',
1625716261 'hasMustBeOverridden',
1625816262 'hasMustCallSuper',
1625916263 'hasNonVirtual',
@@ -16271,7 +16275,6 @@ const _invisibleGetters = {
1627116275 'hasVisibleOutsideTemplate',
1627216276 'hashCode',
1627316277 'id',
16274- 'isLegacy',
1627516278 'isPrivate',
1627616279 'isPublic',
1627716280 'isSynthetic',
@@ -16399,6 +16402,7 @@ const _invisibleGetters = {
1639916402 'hasDefaultValue',
1640016403 'hasDeprecated',
1640116404 'hasDoNotStore',
16405+ 'hasDoNotSubmit',
1640216406 'hasFactory',
1640316407 'hasImmutable',
1640416408 'hasImplicitType',
@@ -16407,6 +16411,7 @@ const _invisibleGetters = {
1640716411 'hasIsTestGroup',
1640816412 'hasJS',
1640916413 'hasLiteral',
16414+ 'hasMustBeConst',
1641016415 'hasMustBeOverridden',
1641116416 'hasMustCallSuper',
1641216417 'hasNonVirtual',
@@ -16430,7 +16435,6 @@ const _invisibleGetters = {
1643016435 'isFinal',
1643116436 'isInitializingFormal',
1643216437 'isLate',
16433- 'isLegacy',
1643416438 'isPrivate',
1643516439 'isPublic',
1643616440 'isStatic',
@@ -16467,7 +16471,8 @@ const _invisibleGetters = {
1646716471 'isGetter',
1646816472 'isSetter',
1646916473 'runtimeType',
16470- 'variable'
16474+ 'variable',
16475+ 'variable2'
1647116476 },
1647216477 'Scope': {'hashCode', 'runtimeType'},
1647316478 'TemplateOptions': {
0 commit comments