menu
rohd
rohd.dart
Logic
operator + method
operator +
dark_mode
light_mode
operator +
method
Logic
operator +
(
dynamic
other
)
Addition.
Implementation
Logic
operator
+(
dynamic
other) => Add(
this
, other).sum;
rohd
rohd
Logic
operator + method
Logic class