size property

Implementation

QueuingStrategySize get size => js_util.getProperty(this, 'size');
void size=(QueuingStrategySize newValue)

Implementation

set size(QueuingStrategySize newValue) {
  js_util.setProperty(this, 'size', newValue);
}