ListParam<T> constructor
ListParam<T> (
- List<
T> value, - ListFormat format
Implementation
ListParam(this.value, this.format);
ListParam(this.value, this.format);