ne property

int ne
getter/setter pair

The negative exponent (ne) at and beneath which toString returns exponential notation. (Dart numbers: -7) -1000000 is the minimum recommended exponent value of a Big.

Implementation

static var ne = -7;