isEmpty property

bool isEmpty

Whether it is an empty response.

An empty response should have file, exception and type to be null.

Implementation

bool get isEmpty => _empty;