isPathRGBCodeBase method

bool isPathRGBCodeBase()

Implementation

bool isPathRGBCodeBase() {
  final regExp = RegExp('.*gloryconventionlintplayground/json_api/*');
  return regExp.hasMatch(this);
}