AppCheckToken constructor

const AppCheckToken(
  1. String token,
  2. DateTime expiresAt
)

Implementation

const AppCheckToken(this.token, this.expiresAt);