gradient method

dynamic gradient(
  1. Gradient gradient
)

Implementation

gradient(Gradient gradient){
  _gradient = gradient;
  return this;
}