hp method

double hp(
  1. dynamic size
)

Implementation

double hp(size) {
  return (this._longDimension * size) / 100;
}