$TokenResponse00 constructor

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

Implementation

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