operator + method

Big operator +(
  1. dynamic other
)

See Big.add

Implementation

Big operator +(dynamic other) => add(other);