trNum static method

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

Implementation

static String trNum(String value, {bool applyRtl = false}) {
  return i._trN(value, applyRtl: applyRtl);
}