isEmpty property

bool isEmpty

Whether or not this ArtCrimeResultSet is empty.

Implementation

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