operator - method

Value operator -(
  1. dynamic other
)

Implementation

Value operator -(dynamic other) => this + (-Value.toValue(other));