Skip to content

Instantly share code, notes, and snippets.

@johsoe
Created September 30, 2024 14:00
Show Gist options
  • Save johsoe/f3aa2e9042cfcd8a8d0d3f76036308f9 to your computer and use it in GitHub Desktop.
Save johsoe/f3aa2e9042cfcd8a8d0d3f76036308f9 to your computer and use it in GitHub Desktop.
void main() {
final testInput = "628587937986794155";
int numericValue = int.parse(testInput);
print('testInput: $testInput - numericValue: $numericValue');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment