isNotEmpty property

  1. @nonVirtual
bool get isNotEmpty

Define if this cell data is not completely empty,

See also:

Implementation

@nonVirtual
bool get isNotEmpty => !isEmpty;