menu
lexo_rank package
documentation
numeralSystems/lexoNumeralSystem10.dart
LexoNumeralSystem10
toChar method
toChar method
dark_mode
light_mode
toChar
method
@
override
String
toChar
(
int
digit
)
override
Implementation
@override String toChar(int digit) { return String.fromCharCode(digit + 48); }
lexo_rank package
documentation
numeralSystems/lexoNumeralSystem10
LexoNumeralSystem10
toChar method
LexoNumeralSystem10 class