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.
- Host: GitHub
- URL: https://github.com/odroe/dart-typecast
- Owner: odroe
- License: bsd-3-clause
- Created: 2022-09-05T10:42:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T16:12:31.000Z (over 1 year ago)
- Last Synced: 2025-10-02T00:39:40.638Z (10 months ago)
- Language: Dart
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.