1. Constructors
  2. new
  3. from
  4. Properties
  5. empty
  6. first
  7. firstOrNull (ext)
  8. hashCode
  9. indexed (ext)
  10. isEmpty
  11. isNotEmpty
  12. iterator
  13. last
  14. lastOrNull (ext)
  15. length
  16. nonNulls (ext)
  17. runtimeType
  18. single
  19. singleOrNull (ext)
  20. size
  21. wait (ext)
  22. Methods
  23. accumulate (ext)
  24. adjacentDifference (ext)
  25. any
  26. asNameMap (ext)
  27. byName (ext)
  28. cast
  29. clear
  30. contains
  31. containsAll
  32. cppReduce (ext)
  33. difference
  34. elementAt
  35. elementAtOrNull (ext)
  36. erase
  37. every
  38. expand
  39. firstWhere
  40. fold
  41. followedBy
  42. forEach
  43. innerProduct (ext)
  44. insert
  45. intersection
  46. join
  47. lastWhere
  48. map
  49. noSuchMethod
  50. partialSum (ext)
  51. reduce
  52. singleWhere
  53. skip
  54. skipWhile
  55. swap
  56. take
  57. takeWhile
  58. toList
  59. toSet
  60. toString
  61. union
  62. where
  63. whereType
  64. Operators
  65. operator ==