isNotEmpty property

bool get isNotEmpty

Whether the diff contains any additions, removals or updates.

Implementation

bool get isNotEmpty => !isEmpty;