menu
octopus_extensions package
documentation
extensions.dart
IntExtensions
tenth property
tenth property
dark_mode
light_mode
tenth
property
double
get
tenth
Returns tenth of the number
Implementation
double get tenth => this / 10;
octopus_extensions package
documentation
extensions
IntExtensions
tenth property
IntExtensions extension on
int