dart dart字符串基本属性及方法
代码示例 {代码…} String属性 属性 形容 List<int> codeUnits 获取字符串utf-16编码值的列表 int hashCode 获取字符派生的哈希代码 bool isEmpty 字符串是否为空 bool isNotEmpty 字符串是否不为空 int length 获取字符串长度 Runes runes 获取字符串utf-16编码值的可迭代列表 Type runtimeType 获取运行时的数…
35次阅读
dart 2020-07-15