isOctal property

bool get isOctal

Implementation

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