y method

Custom y(
  1. dynamic y
)

Implementation

Custom y(dynamic y) {
  _y = y;
  return this;
}