Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Dart Data Types 

This simple Dart program demonstrates the use of all fundamental data types in Dart, including:

- `int`
- `double`
- `num`
- `String`
- `bool`
- `List`
- `Set`
- `Map`
- `var`
- `dynamic`



## Output Example

```
30
5.9
98
Khalid
true
[apple, banana, mango, orange]
{1, 2, 3}
{name: Khalid, age: 30, isStudent: false, country: Saudi Arabia}
Riyadh
123
```

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages