ListParam<T> constructor

ListParam<T>(
  1. List<T> value,
  2. ListFormat format
)

Implementation

ListParam(this.value, this.format);