reIsOctal top-level property

RegExp reIsOctal
final

Used to detect octal string values.

Implementation

final reIsOctal = RegExp(r"^0o[0-7]+$");