Dart null

If you ever work with Dart and wanna convert null to String? How does it work? Actually it’a bad idea. Don’t convert your null to String. You will get unexpected behavior. Your app might not crush. Here I got json… Continue Reading…