max property

double get max

The max property of the HTMLProgressElement interface represents the upper bound of the progress element's range.

Implementation

external double get max;
set max (num value)

Implementation

external set max(num value);