AuthenticationToken constructor

AuthenticationToken({
  1. String? token,
})

Implementation

AuthenticationToken({
  this.token,
});