Classes The Fast and Easy Way - Learn Dart Programming 13

Published: 15 June 2022
on channel: Codemy.com
6,029
176

In this video we'll learn how to use Classes with Dart.

A Class is basically a blueprint that allows you to map out something from the real world into your program.

In this video we'll define a Person class and see how easy it is to use!

#dart #codemy #JohnElder

Timecodes

0:00​​ - Introduction
0:57 - What Is A Class
1:45 - Define A Class
2:30 - Create A Constructor
4:03 - Create a showData Method
4:56 - Make A Person
5:43 - Show The Data From Our Person
6:18 - Show Persons Name
7:40 - Create a Second Person
8:53 - Conclusion