$TokenResponse constructor

$TokenResponse({
  1. String? expirationTime,
  2. String? token,
})

Implementation

$TokenResponse({
  this.expirationTime,
  this.token,
});