Dart Beginners Course - Tutorial #08: Null Safety

preview_player
Показать описание
This is the eight chapter of my Complete Dart Course.

CONTENTS

00:00 - Intro
00:29 - Introduction to Null Safety
03:19 - Nullable and non-nullable variables
06:18 - Flow Analysis: Promotion and Definite Assignment
09:49 - The assertion operator
12:01 - The if-null operator
14:32 - Null Safety with type inference
15:59 - Null Safety with collections
18:25 - The conditional access operator & the billion dollar mistake
21:45 - Wrap Up

Happy Coding!
Рекомендации по теме
Комментарии
Автор

Andre, your last course in Udemy - Flutter & Firebase - have flutter 2.0 null safety?

fabiovalinhos
Автор

So Dart copied Kotlin's all three null safety operators :p

animeshsahu