isPathModel method

bool isPathModel()

Implementation

bool isPathModel() {
  final regExp = RegExp('.*(/network/models/|/network/model/).*');
  return regExp.hasMatch(this);
}