format property
BarcodeFormat
get
format
Implementation
BarcodeFormat get format =>
BarcodeFormat.fromValue(js_util.getProperty(this, 'format'));
set
format
(BarcodeFormat newValue)
Implementation
set format(BarcodeFormat newValue) {
js_util.setProperty(this, 'format', newValue.value);
}