Token constructor

Token({
  1. String? token,
})

Implementation

Token({
  this.token,
});