1. Constructors
  2. DoubleLinkedQueue
  3. from
  4. of
  5. Properties
  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. wait (ext)
  21. Methods
  22. add
  23. addAll
  24. addFirst
  25. addLast
  26. any
  27. asNameMap (ext)
  28. byName (ext)
  29. cast
  30. clear
  31. contains
  32. elementAt
  33. elementAtOrNull (ext)
  34. every
  35. expand
  36. firstEntry
  37. firstWhere
  38. fold
  39. followedBy
  40. forEach
  41. forEachEntry
  42. join
  43. lastEntry
  44. lastWhere
  45. map
  46. noSuchMethod
  47. reduce
  48. remove
  49. removeFirst
  50. removeLast
  51. removeWhere
  52. retainWhere
  53. singleWhere
  54. skip
  55. skipWhile
  56. take
  57. takeWhile
  58. toList
  59. toSet
  60. toString
  61. where
  62. whereType
  63. Operators
  64. operator ==