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. any
  24. asNameMap (ext)
  25. byName (ext)
  26. cast
  27. clear
  28. contains
  29. containsAll
  30. difference
  31. elementAt
  32. elementAtOrNull (ext)
  33. erase
  34. every
  35. expand
  36. firstWhere
  37. fold
  38. followedBy
  39. forEach
  40. insert
  41. intersection
  42. join
  43. lastWhere
  44. map
  45. noSuchMethod
  46. reduce
  47. singleWhere
  48. skip
  49. skipWhile
  50. swap
  51. take
  52. takeWhile
  53. toList
  54. toSet
  55. toString
  56. union
  57. where
  58. whereType
  59. Operators
  60. operator ==