An open API service indexing awesome lists of open source software.

https://github.com/odroe/dart-typecast

typecast 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.
https://github.com/odroe/dart-typecast

Last synced: 5 months ago
JSON representation

typecast 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.

Awesome Lists containing this project

README

          

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.