WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUser class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUser({String? firstName, String? lastName, String? email, String? username, String? password, String? passwordConfirmation, WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUserErp? erpIntegration})
-
WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUser.fromJson(Map<
String, dynamic> json) -
factory
Properties
- email → String?
-
final
- erpIntegration → WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUserErp?
-
final
- firstName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- lastName → String?
-
final
- password → String?
-
final
- passwordConfirmation → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username → String?
-
final
Methods
-
copyWith(
{String? firstName, String? lastName, String? email, String? username, String? password, String? passwordConfirmation, WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUserErp? erpIntegration}) → WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUser -
Available on WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUser, provided by the $WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUserExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? firstName, Wrapped<String?> ? lastName, Wrapped<String?> ? email, Wrapped<String?> ? username, Wrapped<String?> ? password, Wrapped<String?> ? passwordConfirmation, Wrapped<WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUserErp?> ? erpIntegration}) → WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUser -
Available on WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUser, provided by the $WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUserExtension 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 ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUser Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesPluginsBoxedUpBoxedUpSignUpResponseUser instance)