menu
fpj_core package
documentation
fpj_cores.dart
RxnIntExt
ceil method
ceil method
dark_mode
light_mode
ceil
method
int
?
ceil
(
)
Returns
this
.
Implementation
int? ceil() => value?.ceil();
fpj_core package
documentation
fpj_cores
RxnIntExt
ceil method
RxnIntExt extension on
Rx
<
int
?
>