TokenInfoBean constructor

TokenInfoBean({
  1. String? token,
})

Implementation

TokenInfoBean({
  this.token,
});