Skip to content

Instantly share code, notes, and snippets.

@tkreuder
Created October 20, 2021 08:48
Show Gist options
  • Save tkreuder/57f6b4a8bd06b184c60e20fc1f2dcfcd to your computer and use it in GitHub Desktop.
Save tkreuder/57f6b4a8bd06b184c60e20fc1f2dcfcd to your computer and use it in GitHub Desktop.
void main() {
var myDouble = double.parse('123.45');
assert(myDouble is double);
print(myDouble);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment