Subtracts other from this number.
other
The result is a double, as described by double.-, if both this and other is a double, otherwise the result is a int.
this
num operator -(num other) => value - other;