isEmpty property

bool isEmpty

Implementation

bool get isEmpty => !hasNull && !hasObj && !hasMap && !hasId && !hasOther;