In this video we'll look at Function in Dart.
Functions are little programs inside of your program that only run if you call them.
In this video I'll show you how to create a function in dart, how to call a function, and how to pass parameters to your functions.
We'll also look at Positional Parameters, Named Parameters, and Default Parameters.
#dart #codemy #JohnElder
Timecodes
0:00 - Introduction
0:50 - Create a Function in Dart
1:14 - Call A Function in Dart
1:38 - Return A Function To A Variable
2:48 - Passing Parameters To A Function
3:30 - Passing Multiple Paramaters To A Function
4:16 - Optional Positional Parameters
4:43 - Optional Named Parameters
5:33 - Default Parameters
6:14 - Conclusion