1. 构造函数
  2. LinkedList
  3. 属性
  4. first
  5. hashCode
  6. isEmpty
  7. isNotEmpty
  8. iterator
  9. last
  10. length
  11. runtimeType
  12. single
  13. 方法
  14. add
  15. addAll
  16. addFirst
  17. any
  18. cast
  19. clear
  20. contains
  21. elementAt
  22. every
  23. expand
  24. firstWhere
  25. fold
  26. followedBy
  27. forEach
  28. join
  29. lastWhere
  30. map
  31. noSuchMethod
  32. reduce
  33. remove
  34. singleWhere
  35. skip
  36. skipWhile
  37. take
  38. takeWhile
  39. toList
  40. toSet
  41. toString
  42. where
  43. whereType
  44. 运算符
  45. 运算符 ==