WebApiModulesIntegrationsStorefrontLoginResponse constructor

const WebApiModulesIntegrationsStorefrontLoginResponse({
  1. String? authToken,
  2. String? fullName,
})

Implementation

const WebApiModulesIntegrationsStorefrontLoginResponse({
  this.authToken,
  this.fullName,
});