SentAt constructor

SentAt({
  1. int? seconds,
  2. int? nanoseconds,
})

Implementation

SentAt({
  this.seconds,
  this.nanoseconds,
});