YForce constructor

YForce([
  1. ForceFun? yFun
])

Implementation

YForce([ForceFun? yFun]) {
  if (yFun != null) {
    _yFun = yFun;
  }
}