menu
my_components package
documentation
extensions/extensions.dart
NumExtn
numToDouble property
numToDouble property
dark_mode
light_mode
numToDouble
property
dynamic
get
numToDouble
Implementation
get numToDouble => this is int ? this.toDouble() : num;
my_components package
documentation
extensions/extensions
NumExtn
numToDouble property
NumExtn extension on
num