Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 224 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 224 Bytes

Typecast (or Type conversion) allows you to convert one data type to another data type in Dart. Implicit conversions are allowed at compile time or runtime (VM), and explicit conversions can also be made in the source code.