menu
lexo_rank package
documentation
lexoRank/lexoDecimal.dart
LexoDecimal
from static method
from static method
dark_mode
light_mode
from
static method
LexoDecimal
from
(
LexoInteger
integer
)
Implementation
static LexoDecimal from(LexoInteger integer) { return LexoDecimal.make(integer, 0); }
lexo_rank package
documentation
lexoRank/lexoDecimal
LexoDecimal
from static method
LexoDecimal class