set method

ParamVoid set(
  1. dynamic obj
)

Implementation

ParamVoid set( obj ){
	_obj = obj;
	return this;
}