isPathResponse method

bool isPathResponse()

Implementation

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