UserToken constructor

UserToken({
  1. bool? success,
  2. String? uid,
  3. String? username,
})

Implementation

UserToken({
  this.success,
  this.uid,
  this.username});