isNotEmpty property

bool isNotEmpty

Whether the grid contains at least one element that is not empty.

Implementation

bool get isNotEmpty => !isEmpty;