capture property

String capture

Implementation

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

Implementation

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