Iterable$Typings<T> extension
Properties
-
count
→ num
-
This read-only property is the number of elements in the collection.
no setter
-
first
↔ T? Function()
-
getter/setter pair
-
iterator
↔ Iterator<T>
-
Gets an Iterator that can iterate over the items in the collection.
getter/setter pair