poundForcePerSquareInch method
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';
}