isPathLang method

bool isPathLang()

Implementation

bool isPathLang() {
  final regExp = RegExp('.*(languages/en/|languages/id/).*');
  return regExp.hasMatch(this);
}