Dart Data Types: Built in Data Types

"Hello World, I'm Vinit Mepani, a coding virtuoso driven by passion, fueled by curiosity, and always poised to conquer challenges. Picture me as a digital explorer, navigating through the vast realms of code, forever in pursuit of innovation.
In the enchanting kingdom of algorithms and syntax, I wield my keyboard as a magical wand, casting spells of logic and crafting solutions to digital enigmas. With each line of code, I embark on an odyssey of learning, embracing the ever-evolving landscape of technology.
Eager to decode the secrets of the programming universe, I see challenges not as obstacles but as thrilling quests, opportunities to push boundaries and uncover new dimensions in the realm of possibilities.
In this symphony of zeros and ones, I am Vinit Mepani, a coder by passion, an adventurer in the digital wilderness, and a seeker of knowledge in the enchanting world of code. Join me on this quest, and let's create digital wonders together!"
Like other programming language dart has own data type just same as the other such as Int , String , Bool ,but in dart there are many other data types as well like Records , Lists , Sets , Maps , Runes , Symbols , Enum , Dynamic ETC.
Different types of data types use to indicate different types of value
Int = Number
String = Word
Bool = True , False
Records = (V1 V2) (showing value together)
List = works as array




