poundForcePerSquareInch method

  1. @override
String poundForcePerSquareInch(
  1. Object pounds,
  2. Object inches
)
override

No description provided for @poundForcePerSquareInch.

In en, this message translates to: '{pounds} force per square {inches}'

Implementation

@override
String poundForcePerSquareInch(Object pounds, Object inches) {
  return '$pounds رطل لكل بوصة مربعة $inches';
}