isNotEmpty property
bool
get
isNotEmpty
Checks if the artifact is not empty (contains at least one 'on' pixel).
Implementation
bool get isNotEmpty {
return !isEmpty;
}
Checks if the artifact is not empty (contains at least one 'on' pixel).
bool get isNotEmpty {
return !isEmpty;
}