本文介绍了以美元符号($)开头的类名称是否有特殊含义?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在代码的其他部分中引用了该类而没有美元符号.我找不到与此有关的任何文档.
The class is referenced to without the dollar sign in other parts of the code. I couldn't find any documentation about this.
推荐答案
$
是Dart中任何名称的有效字符.在这种情况下, https://pub.dartlang.org/packages/meta_types
$
is a valid character for any name in Dart. In this case, it looks like the convention for https://pub.dartlang.org/packages/meta_types
我会看一下该文档.
这篇关于以美元符号($)开头的类名称是否有特殊含义?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!