reciprocal property

num get reciprocal

Returns the reciprocal of the number (1 / this).

Implementation

num get reciprocal => 1 / this;