operator - method Null safety

double operator - (
  1. num other
)
override

Subtraction operator.

Implementation

double operator -(num other);