capture property

String get capture

Implementation

String get capture => js_util.getProperty(this, 'capture');
set capture (String newValue)

Implementation

set capture(String newValue) {
  js_util.setProperty(this, 'capture', newValue);
}