toOctal method

String toOctal()

Octal representation.

Implementation

String toOctal() => toRadixString(8);