ExpiryDetail constructor

ExpiryDetail({
  1. String? expireTime,
})

Implementation

ExpiryDetail({
  this.expireTime,
});