isEmpty property
Define if this cell data is completely empty, when it could be substituted by a null value.
Implementation
@mustCallSuper
bool get isEmpty => isPristine;
Define if this cell data is completely empty, when it could be substituted by a null value.
@mustCallSuper
bool get isEmpty => isPristine;