Skip to content

Instantly share code, notes, and snippets.

@CodingWithTashi
Created March 13, 2022 06:27
Show Gist options
  • Save CodingWithTashi/bc7dd749e9e0d6c411c4e7a013a68b44 to your computer and use it in GitHub Desktop.
Save CodingWithTashi/bc7dd749e9e0d6c411c4e7a013a68b44 to your computer and use it in GitHub Desktop.
void main() {
String? data;
String newData = data!+"!!!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment