isPathServices method

bool isPathServices()

Implementation

bool isPathServices() {
  final regExp = RegExp('.*(/network/services/|/network/service/).*');
  return regExp.hasMatch(this);
}