1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-21 17:25:16 +00:00

Fix a few notices

This commit is contained in:
2022-03-11 17:02:06 +01:00
parent f0f7096c94
commit 0f9a59b4a7
27 changed files with 45 additions and 97 deletions

View File

@ -31,8 +31,5 @@ class PageInfo {
this.id,
this.hideNavBar = false,
this.canShowAsDialog = false,
}) : assert(type != null),
assert(child != null),
assert(hideNavBar != null),
assert(canShowAsDialog != null);
});
}