operator + method Null safety

num operator + (
  1. num other
)

Addition operator.

Implementation

num operator +(num other);