capture property

String get capture

Implementation

_i2.String get capture => _i4.getProperty(
      this,
      'capture',
    );
set capture (String value)

Implementation

set capture(_i2.String value) {
  _i4.setProperty(
    this,
    'capture',
    value,
  );
}