dartx
dartx copied to clipboard
Add isNull and isNotNull getters on Object
Google's basics package provides them and they are more readable than just comparing objects with == null and != null.
@leisim If you don't have time, I'd be happy to implement this.
@simc I would like to implement this extension as my first contribution