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