trNum method

String trNum(
  1. String value, {
  2. bool applyRtl = true,
})

Implementation

String trNum(String value, {bool applyRtl = true}) {
  return Translation.trNum(value, applyRtl: applyRtl);
}