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