Auth constructor

Auth({
  1. String? accessToken,
  2. String? refreshToken,
})

Implementation

Auth({
  this.accessToken,
  this.refreshToken,
});