operator unary- method

Basic operator unary-()

Implementation

Basic operator -() {
  throw UnimplementedError();
}