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