WebApiModulesIntegrationsStorefrontLoginResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesIntegrationsStorefrontLoginResponse({String? authToken, String? fullName})
-
const
-
WebApiModulesIntegrationsStorefrontLoginResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? authToken, String? fullName}) → WebApiModulesIntegrationsStorefrontLoginResponse -
Available on WebApiModulesIntegrationsStorefrontLoginResponse, provided by the $WebApiModulesIntegrationsStorefrontLoginResponseExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? authToken, Wrapped<String?> ? fullName}) → WebApiModulesIntegrationsStorefrontLoginResponse -
Available on WebApiModulesIntegrationsStorefrontLoginResponse, provided by the $WebApiModulesIntegrationsStorefrontLoginResponseExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiModulesIntegrationsStorefrontLoginResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesIntegrationsStorefrontLoginResponse instance)