max property
The max property of the HTMLProgressElement interface represents
the upper bound of the progress element's range.
Implementation
external double get max;
Implementation
external set max(num value);
The max property of the HTMLProgressElement interface represents
the upper bound of the progress element's range.
external double get max;
external set max(num value);