ItemStatusLastWebhook constructor

ItemStatusLastWebhook({
  1. DateTime? sentAt,
  2. String? codeSent,
})

Implementation

ItemStatusLastWebhook({
  this.sentAt,
  this.codeSent,
});