trNumWithOption method

String trNumWithOption({
  1. bool applyRtl = true,
})

Implementation

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