Just completed this awesome course. Some tricky concepts to grasp if am being honest. Will definitely be revisiting this topic. Thank you Mr. Vandad, you're awesome.
Key Point on "late" Identifiers --------------------------------------------- - late identifiers (variables) are lazy. They're on initialized only after you use them in your code. - late identifiers seizes to be lazy if you assign their values to other flavors of identifiers that don't prepend late to their names. - Avoid initializing late identifiers in constructor methods to ensure it lazily initializes.
Indeed there are many small details you have to learn to properly use the "late" variables in your code.
Just completed this awesome course. Some tricky concepts to grasp if am being honest. Will definitely be revisiting this topic. Thank you Mr. Vandad, you're awesome.
So great vandad, keep the great work! I have learnt a lot in your videos
thanks
great work. although I know dart I can't miss your videos 😅 they are really good
awesome I've learned a lot from you vandad
🙂
Like & comment before watching, cause i know everything you do is best 👌
Haha thank you, I appreciate that 😊
Key Point on "late" Identifiers
---------------------------------------------
- late identifiers (variables) are lazy. They're on initialized only after you use them in your code.
- late identifiers seizes to be lazy if you assign their values to other flavors of identifiers that don't prepend late to their names.
- Avoid initializing late identifiers in constructor methods to ensure it lazily initializes.
bravo!
whats the wallpaper 😉😉
Edit: Its Lost paradise HD wallpaper
okey.... for late keyword...
Foda!!!
Thanks