x method

Custom x(
  1. dynamic x
)

Implementation

Custom x(dynamic x) {
  _x = x;
  return this;
}