hasCapturedData property

bool get hasCapturedData

Checks if response data has been captured.

Implementation

bool get hasCapturedData => data != null;