notEmpty property

dynamic notEmpty

Implementation

get notEmpty => isEmpty ? null : this;