You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All types are nullable in the current version of Dart (though in the future this will not be the case), but value types are not by default in C#. A number of syntax errors in the transpiler output are a result of this difference. For now, let's output all of these types as nullable by default until the analyzer can tell us whether or not any given instance is nullable or not: https://dart.dev/null-safety
The text was updated successfully, but these errors were encountered:
All types are nullable in the current version of Dart (though in the future this will not be the case), but value types are not by default in C#. A number of syntax errors in the transpiler output are a result of this difference. For now, let's output all of these types as nullable by default until the analyzer can tell us whether or not any given instance is nullable or not:
https://dart.dev/null-safety
The text was updated successfully, but these errors were encountered: