accept property

String accept

Implementation

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

Implementation

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