DartLang

🎯 Dart (DartLang) Introduction: Variables and Data Types

Dart is a statically typed language which means while declaring a variable, we need to specify what kind of data that variable is going to store. But Dart can also infer data types.

Uday Hiwarale
RunDart
Published in
6 min readOct 6, 2019

--

--

--