Skip to content

Instantly share code, notes, and snippets.

@CodingWithTashi
Created March 13, 2022 06:06
Show Gist options
  • Save CodingWithTashi/ae0f8484153e46747061461d3903bbee to your computer and use it in GitHub Desktop.
Save CodingWithTashi/ae0f8484153e46747061461d3903bbee to your computer and use it in GitHub Desktop.
void main() {
String? temporaryValue;
print(temporaryValue?.length);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment