isOctal property
bool
get
isOctal
Checks if the string is an octal number.
Implementation
bool get isOctal {
return _isOctal(this);
}
Checks if the string is an octal number.
bool get isOctal {
return _isOctal(this);
}