PinPayload constructor

PinPayload({
  1. int? id,
})

Implementation

PinPayload ({
  this.id,
});