MaxIccSizeTransformation constructor

MaxIccSizeTransformation([
  1. int value = 10
])

Implementation

MaxIccSizeTransformation([int value = 10])
    : assert(value >= 0, 'Should be positive int'),
      super(value);