第一属性

String first
继承自

第一个元素。

如果 this 为空,则抛出 StateError 异常。否则返回迭代顺序中的第一个元素,相当于 this.elementAt(0)

实现

String get first => readClasses().first;