# 📚 Contents

  • True OO language, evverything (including null) is an object
  • Type annotations are optional, type inference
  • dart language specification (opens new window)
  • Every .dart file is a library
    • dart automatically annotates file with library keyword
11 Articles