上QQ阅读APP看书,第一时间看更新
Chapter 1. Beyond Dart's Basics
Dart is a very young computer language with many interesting features. Dart is a class-based, object-oriented language with optional types, and it can help you write very powerful programs. In this chapter, we will cover the following topics:
- Modularity and a namespace
- Functions and closures in different scopes
- Classes and mixins
- Methods and operators