Data Types Flashcards

1
Q

String

A

Contains alphabet text values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Numbers

A

Digits in decimal and whole, integers and doubles respectively.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Booleans

A

Contains only true or false values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Lists

A

Contains a list of values also known as arrays.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Maps

A

Contains values like a dictionary format which could be in key:value pair.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Dynamic

A

Data type implied by dart based on the value.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly