Created
March 13, 2022 06:27
-
-
Save CodingWithTashi/bc7dd749e9e0d6c411c4e7a013a68b44 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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