menu
rohd
rohd.dart
Logic
pow method
pow
dark_mode
light_mode
pow
method
Logic
pow
(
dynamic
exponent
)
Power operation
Implementation
Logic pow(dynamic exponent) => Power(this, exponent).out;
rohd
rohd
Logic
pow method
Logic class