menu
innerlibs
num_extensions.dart
NumExtensions2
<
T extends num
>
hasDecimal property
hasDecimal
dark_mode
light_mode
hasDecimal
property
bool
get
hasDecimal
Implementation
bool get hasDecimal => this % 1 != 0;
innerlibs
num_extensions
NumExtensions2
<
T extends num
>
hasDecimal property
NumExtensions2 extension on T