String
Contains alphabet text values.
Numbers
Digits in decimal and whole, integers and doubles respectively.
Booleans
Contains only true or false values
Lists
Contains a list of values also known as arrays.
Maps
Contains values like a dictionary format which could be in key:value pair.
Dynamic
Data type implied by dart based on the value.