isEmpty property

bool isEmpty

Whether or not this WantedPersonResultSet is empty.

Implementation

bool get isEmpty => total == null && page == null && wantedPersons == null;