outputSizes property

Iterable<int> outputSizes

Implementation

Iterable<int> get outputSizes => js_util.getProperty(this, 'outputSizes');
void outputSizes=(Iterable<int> newValue)

Implementation

set outputSizes(Iterable<int> newValue) {
  js_util.setProperty(this, 'outputSizes', newValue);
}