isPathResponse method
Implementation
bool isPathResponse() {
final regExp = RegExp('.*(/responses/|/response/).*');
return regExp.hasMatch(this);
}
bool isPathResponse() {
final regExp = RegExp('.*(/responses/|/response/).*');
return regExp.hasMatch(this);
}