不能在 Flutter(Dart) 中使用 final

Can't use final in Flutter(Dart)

我不明白我的代码中有什么问题。 这是我的代码:

这是错误:

不能在列表中声明变量。

移动此行 final rows = await db.queryAllRows(); 并将其放在此行之后:if (rowCount != 0) {.