UserContext constructor

UserContext({
  1. String? token,
})

Implementation

UserContext({
  this.token,
});