isEmpty property

bool get isEmpty

Checks if the artifact is empty (contains no 'on' pixels).

Implementation

bool get isEmpty {
  return _matrix.isEmpty;
}