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
Now that more Dart developers are adopting null safety (myself included, albeit a bit late), some guidance on using this package with null safety in mind is in order. In particular, converting an Option to a nullable value can be useful, and the toNullable() function suits this perfectly.
The text was updated successfully, but these errors were encountered:
Now that more Dart developers are adopting null safety (myself included, albeit a bit late), some guidance on using this package with null safety in mind is in order. In particular, converting an
Option
to a nullable value can be useful, and thetoNullable()
function suits this perfectly.The text was updated successfully, but these errors were encountered: