/dart-basics

Dart Basics Learning Course

Primary LanguageDart

A sample command-line application with an entrypoint in bin/, library code in lib/, and example unit test in test/.

Commands
  1. dart create
  2. dart run

OOP Basics

- 1) var
- 2) method
- 3) Set and Get
- 4) Constructor