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