set method

ParamString set([
  1. String? str
])

Implementation

ParamString set( [String? str] ){
	_str = str;
	return this;
}