Octal constructor

Octal(
  1. String octalStr
)

Constructs an instance.

Implementation

Octal(super.octalStr) : super.parse(radix: 8);