Grant constructor

Grant(
  1. String token,
  2. DateTime expiresAt
)

Implementation

Grant(this.token, this.expiresAt);