Authentication constructor

Authentication({
  1. String? username,
  2. String? token,
  3. bool grant = false,
})

Implementation

Authentication({this.username, this.token, this.grant = false});