max property

String max

Implementation

String get max => getAttribute('max') ?? '';
void max=(String value)

Implementation

set max(String value) {
  internalSetAttribute('max', value);
}