operator + method

Basic operator +(
  1. Basic other
)

Implementation

Basic operator +(Basic other) {
  throw UnimplementedError();
}