ItemStatus$LastWebhook constructor

ItemStatus$LastWebhook({
  1. String? sentAt,
  2. String? codeSent,
})

Implementation

ItemStatus$LastWebhook({
  this.sentAt,
  this.codeSent,
});