isNotEmpty property

bool get isNotEmpty

Checks if the artifact is not empty (contains at least one 'on' pixel).

Implementation

bool get isNotEmpty {
  return !isEmpty;
}