menu
reactter package
documentation
core.dart
ObjIntNullExt
round method
round method
dark_mode
light_mode
round
method
int
?
round
(
)
Returns
this
.
Implementation
int? round() => value?.round();
reactter package
documentation
core
ObjIntNullExt
round method
ObjIntNullExt extension on
Obj
<
int
?
>