DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

DART Reference: Types

Quick reference for Types.

Read time: 1 min Words: 14
My Progress

DART Reference — Types

Quick summary of Types with syntax and example.

Syntax

void main(){}

Example

void main(){
  print("Hello Dart");
}