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