ImageParams constructor

ImageParams(
  1. List<int> input,
  2. int size
)

Implementation

ImageParams(this.input, this.size);