EncryptedMemCode constructor

EncryptedMemCode(
  1. String code,
  2. int issueAt,
  3. int expireAt
)

Implementation

EncryptedMemCode(this.code, this.issueAt, this.expireAt);