hasCapturedData property
bool
get
hasCapturedData
Checks if response data has been captured.
Implementation
bool get hasCapturedData => data != null;
Checks if response data has been captured.
bool get hasCapturedData => data != null;