format property

BarcodeFormat format

Implementation

BarcodeFormat get format =>
    BarcodeFormat.fromValue(js_util.getProperty(this, 'format'));
void format=(BarcodeFormat newValue)

Implementation

set format(BarcodeFormat newValue) {
  js_util.setProperty(this, 'format', newValue.value);
}