DevicePinDTO constructor

const DevicePinDTO({
  1. String? hashedPin,
})

Implementation

const DevicePinDTO({
  this.hashedPin,
});