-
Notifications
You must be signed in to change notification settings - Fork 1
Home
AlperZM edited this page Sep 22, 2022
·
6 revisions
Go To Variables
Declare and use variables.
How to use comments.
In Dart a variable cannot contain null. If you need a null you can use ? mark after declare the variable. For example: int? = null
source: flutter.dev