The BigInt obtained by discarding any fractional digits from this.
this
Decimal truncate({int scale = 0}) => _scaleAndApply(scale, (e) => e.truncate());