WebApiModulesPluginsBoxedUpBoxedUpSignUpUser class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesPluginsBoxedUpBoxedUpSignUpUser({required String firstName, required String lastName, required String email, required String username, required String password, required String passwordConfirmation, required WebApiModulesPluginsBoxedUpBoxedUpSignUpUserErp erpIntegration})
-
WebApiModulesPluginsBoxedUpBoxedUpSignUpUser.fromJson(Map<
String, dynamic> json) -
factory
Properties
- email → String
-
final
- erpIntegration → WebApiModulesPluginsBoxedUpBoxedUpSignUpUserErp
-
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, WebApiModulesPluginsBoxedUpBoxedUpSignUpUserErp? erpIntegration}) → WebApiModulesPluginsBoxedUpBoxedUpSignUpUser -
Available on WebApiModulesPluginsBoxedUpBoxedUpSignUpUser, provided by the $WebApiModulesPluginsBoxedUpBoxedUpSignUpUserExtension extension
-
copyWithWrapped(
{Wrapped< String> ? firstName, Wrapped<String> ? lastName, Wrapped<String> ? email, Wrapped<String> ? username, Wrapped<String> ? password, Wrapped<String> ? passwordConfirmation, Wrapped<WebApiModulesPluginsBoxedUpBoxedUpSignUpUserErp> ? erpIntegration}) → WebApiModulesPluginsBoxedUpBoxedUpSignUpUser -
Available on WebApiModulesPluginsBoxedUpBoxedUpSignUpUser, provided by the $WebApiModulesPluginsBoxedUpBoxedUpSignUpUserExtension 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 WebApiModulesPluginsBoxedUpBoxedUpSignUpUser Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesPluginsBoxedUpBoxedUpSignUpUser instance)