isEmpty property

  1. @mustCallSuper
bool get isEmpty

Define if this cell data is completely empty, when it could be substituted by a null value.

Implementation

@mustCallSuper
bool get isEmpty => isPristine;