Skip to content

Instantly share code, notes, and snippets.

@KRTirtho
Created May 2, 2022 16:36
Show Gist options
  • Save KRTirtho/58dad7c825064440b40f6e8df48a74e2 to your computer and use it in GitHub Desktop.
Save KRTirtho/58dad7c825064440b40f6e8df48a74e2 to your computer and use it in GitHub Desktop.
Why these two string isn't equal in Dart
void main() {
print("the kid laroi" == "the kid laroi");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment