hasNothing property

bool hasNothing

Implementation

bool get hasNothing =>
    added.isEmpty &&
    removed.isEmpty &&
    changed.isEmpty &&
    moved.isEmpty &&
    node.isEmpty;