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