In this video, we review the following Dart programming language concepts and terms:
instance variables can only be accessed through the created instance object.
static variables can only be accessed through the class.
changes to static variables affect all instance objects.
static access - className.member.
Should be viewed in 480p or above.