String encodePoint({num previous = 0, int accuracyExponent = 5}) { return _encode(this, previous, math.pow(10, accuracyExponent)); }