ApiToken constructor

ApiToken(
  1. String token,
  2. Jiffy expires_at
)

Implementation

ApiToken(this.token, this.expires_at);