dartx icon indicating copy to clipboard operation
dartx copied to clipboard

Add isNull and isNotNull getters on Object

Open MarcelGarus opened this issue 5 years ago • 2 comments

Google's basics package provides them and they are more readable than just comparing objects with == null and != null.

MarcelGarus avatar Apr 15 '20 14:04 MarcelGarus

@leisim If you don't have time, I'd be happy to implement this.

MarcelGarus avatar Apr 15 '20 18:04 MarcelGarus

@simc I would like to implement this extension as my first contribution

uveshm003 avatar Jan 27 '24 13:01 uveshm003