Returns the number formatted with optional right-to-left formatting.
String trNumWithOption({bool applyRtl = true}) { return Translation.trNum(toString(), applyRtl: applyRtl); }