plus method

double plus(
  1. num other
)

Implementation

double plus(num other) => p(other).toDouble();