Skip to content

Instantly share code, notes, and snippets.

@timsneath
Created October 22, 2020 17:23
Show Gist options
  • Save timsneath/9fc65c487e91fc1aa622c25ddc354fb2 to your computer and use it in GitHub Desktop.
Save timsneath/9fc65c487e91fc1aa622c25ddc354fb2 to your computer and use it in GitHub Desktop.
nullsafe.dart
// In null-safe Dart, none of these can ever be null.
var widget = Text('Hello');
final status = GetStatus();
String m = '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment