PinSnapshot constructor

PinSnapshot({
  1. bool? cts,
  2. bool? dsr,
  3. bool? dcd,
  4. bool? ri,
})

Implementation

PinSnapshot({this.cts, this.dsr, this.dcd, this.ri});