isAllNullOrEmpty property

bool isAllNullOrEmpty

Implementation

bool get isAllNullOrEmpty => !hasObj && !hasMap && !hasId && !hasOther;