# 📚 Contents
- True OO language, evverything (including null) is an object
- Type annotations are optional, type inference
- dart language specification (opens new window)
- Every
.dartfile is a library- dart automatically annotates file with
librarykeyword
- dart automatically annotates file with
11 Articles
Asynchronous →