Skip to content

Commit a56b728

Browse files
committed
rebuild generated files
1 parent a260c05 commit a56b728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/generator/templates.renderers.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class _Renderer_Package extends RendererBase<Package> {
131131
getValue: (Object c) => (c as Package).documentedCategories,
132132
),
133133
'documentedCategoriesSorted': Property(
134-
getValue: (Package c) => c.documentedCategoriesSorted,
134+
getValue: (Object c) => (c as Package).documentedCategoriesSorted,
135135
),
136136
'documentedWhere': Property(
137137
getValue: (Object c) => (c as Package).documentedWhere,
@@ -331,7 +331,7 @@ class _Renderer_LibraryContainer extends RendererBase<LibraryContainer> {
331331
getValue: (Object c) => (c as LibraryContainer).publicLibraries,
332332
),
333333
'publicLibrariesSorted': Property(
334-
getValue: (LibraryContainer c) => c.publicLibrariesSorted,
334+
getValue: (Object c) => (c as LibraryContainer).publicLibrariesSorted,
335335
),
336336
'sortKey': Property(
337337
getValue: (Object c) => (c as LibraryContainer).sortKey,

0 commit comments

Comments
 (0)