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. accumulate (ext)
  22. adjacentDifference (ext)
  23. any
  24. asNameMap (ext)
  25. byName (ext)
  26. cast
  27. clear
  28. contains
  29. cppReduce (ext)
  30. elementAt
  31. elementAtOrNull (ext)
  32. empty
  33. eraseAfter
  34. every
  35. expand
  36. firstWhere
  37. fold
  38. followedBy
  39. forEach
  40. front
  41. innerProduct (ext)
  42. insertAfter
  43. join
  44. lastWhere
  45. map
  46. noSuchMethod
  47. partialSum (ext)
  48. popFront
  49. pushFront
  50. reduce
  51. remove
  52. removeIf
  53. reverse
  54. singleWhere
  55. skip
  56. skipWhile
  57. swap
  58. take
  59. takeWhile
  60. toList
  61. toSet
  62. toString
  63. unique
  64. where
  65. whereType
  66. Operators
  67. operator ==