$TokenResponse01 constructor

$TokenResponse01({
  1. String? expirationTime,
  2. String? gitUsername,
  3. String? token,
})

Implementation

$TokenResponse01({
  this.expirationTime,
  this.gitUsername,
  this.token,
});