responseValidator property

bool Function(T response)? responseValidator
final

Function to validate the response (optional).

Implementation

final bool Function(T response)? responseValidator;