isEmpty property

bool isEmpty

这个section是否是空的

Implementation

bool get isEmpty => !(isExistHeader || isExistFooter || numberItems > 0);