English 中文(简体)
在档案中添加羊毛,正在将所有ool类变为错误
原标题:Adding bool to a file is turning all bool types into errors
  • 时间:2024-01-01 02:41:36
  •  标签:
  • flutter
  • dart

而如果在档案中添加以下代码,则其他所有ool类变数都会产生这一错误:

  final bool 24aSellerDisclosureDeadline = false;
  final bool 24bDueDiligenceDeadline = false;

If I remove this code all of the other bool types go back to normal. What is going on here and how do I fix this?

增 编

最佳回答

您不能从几个字开始点名。 见Important concept

Identifiers,首先可以致信或强调(_),然后是这些特性和数字的组合。

问题回答

暂无回答




相关问题
Flutter App cannot be installed on Android TV

I m building a Flutter app that should support Android TV and Mobile devices. Despite Google Play shows that it is supported, I cannot install app on my MiBox device. While trying to install it, both ...

Moving the icon button to the right causes rendering issues

I am trying to align the icon button to the right of the Text field, I tried the row which made the icon button not centered vertically and now I am trying out the Stack widget. Here is my code - ...

热门标签