operator - method

Short operator -(
  1. Short other
)

Implementation

Short operator -(Short other) => Short(_value - other._value);