Understand Built-in types in Dart

InstructorJermaine Oppong

Share this video with your friends

Send Tweet

In this lesson, we will cover Dart's inbuilt data types. Everything in Dart is an object, and therefore there are no primitive data types. In other words, all types extend a base type named Object. Any identifier without a value is set to null by default. There is no "undefined" value.

Dart is an object-oriented programming language by Google, which aims to help the developer build modern web applications. It covers client, server and now mobile with Flutter. It comes with a range of tools including a virtual machine, core libraries, and package management repository, lending enough ammunition to start your next project.

Learn more at https://dartlang.org