isOctal property

bool isOctal

Implementation

bool get isOctal {
  return reIsOctal.hasMatch(this);
}