SAPElement constructor

SAPElement(
  1. Proxy proxy,
  2. bool max
)

An element of proxies.

proxy the parent proxy max does this element have a max value

Implementation

SAPElement(this.proxy, this.max);