DisplayDevice constructor

DisplayDevice({
  1. bool? enableDisplay,
})

Implementation

DisplayDevice({
  this.enableDisplay,
});