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