pe property

int pe
getter/setter pair

The positive exponent (pe) at and above which toString returns exponential notation. (Dart numbers: 21) 1000000 is the maximum recommended exponent value of a Big, but this limit is not enforced.

Implementation

static var pe = 21;