menu
terminal_library package
documentation
ssh_library/core/utils/int.dart
IntX
toOctal method
toOctal method
dark_mode
light_mode
toOctal
method
String
toOctal
(
)
Returns the octal representation of this integer.
Implementation
String toOctal() { return toRadixString(8); }
terminal_library package
documentation
ssh_library/core/utils/int
IntX
toOctal method
IntX extension on
int