max property

num max

Defines the maximum, or "done" value for a progress element.

MDN Reference

Implementation

_i2.num get max => _i4.getProperty(
      this,
      'max',
    );
void max=(num value)

Implementation

set max(_i2.num value) {
  _i4.setProperty(
    this,
    'max',
    value,
  );
}