Dart Basics
آخر تحديث: منذ 0 ثانية
· 42 مشاهدة
This is the entry point of a Dart app.
dart
void main() {
// your code starts here
}
main()is the first function that runs.voidmeans it returns nothing.
هنتعلم شوية عن ال Variables