In this video, we review the following Dart programming language concepts and terms:
use get and set if you do not want to use default class getters and setters
get - declare a variable and return a value.
set - 1 parameter which is the value of the variable. Can add logic to the setter. Does not return a value, but rather assigns values to variables within the class.
Should be viewed in 480p or above.