isOctal property

bool get isOctal

Checks if the string is an octal number.

Implementation

bool get isOctal {
  return _isOctal(this);
}