FwCoreControllersFwJwtControllerJwtResponseModel constructor

FwCoreControllersFwJwtControllerJwtResponseModel({
  1. int? statuscode,
  2. String? statusmessage,
  3. String? accessToken,
  4. int? expiresIn,
  5. bool? resetpassword,
})

Implementation

FwCoreControllersFwJwtControllerJwtResponseModel({
  this.statuscode,
  this.statusmessage,
  this.accessToken,
  this.expiresIn,
  this.resetpassword,
});