Skip to content

Instantly share code, notes, and snippets.

@mdebbar
Created May 28, 2019 21:27
Show Gist options
  • Save mdebbar/7b8d50780617789f9a0708829cc95880 to your computer and use it in GitHub Desktop.
Save mdebbar/7b8d50780617789f9a0708829cc95880 to your computer and use it in GitHub Desktop.
Repro for wrong runtimeType
void main() {
final double x = 10.0;
print(x.runtimeType); // Prints "int"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment