isEmpty property

bool get isEmpty

Implementation

bool get isEmpty => added.isEmpty && modified.isEmpty && removed.isEmpty;