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