isEmpty property

bool isEmpty

Implementation

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