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