ParamVoid constructor

ParamVoid([
  1. Object? obj
])

Implementation

ParamVoid( [Object? obj] ){
	_obj = obj;
}