InterfaceParams constructor

const InterfaceParams({
  1. bool? displayBluetoothAddressBarcode,
  2. int? connectionEstablishTime,
})

Implementation

const InterfaceParams({
  this.displayBluetoothAddressBarcode,
  this.connectionEstablishTime,
});