formats property

Implementation

Iterable<BarcodeFormat> get formats =>
    BarcodeFormat.fromValues(js_util.getProperty(this, 'formats'));
void formats=(Iterable<BarcodeFormat> newValue)

Implementation

set formats(Iterable<BarcodeFormat> newValue) {
  js_util.setProperty(this, 'formats', newValue.map((e) => e.value));
}