bool isEmpty

Source

bool get isEmpty => (statusCode == null) && (body == null);