Classes
Summary of classes, class instances, and their members.
Dart is an object-oriented language with classes and mixin-based
inheritance. Every object is an instance of a class, and all classes
except Null descend from Object.
Mixin-based inheritance means that although every class
(except for the top class,