MaxIccSizeTransformation constructor

const MaxIccSizeTransformation([
  1. int value = 10
])

Implementation

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