plus method

int plus(
  1. num other
)

Implementation

int plus(num other) => p(other).toInt();