WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUser class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUser({String? username, String? password, WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUserErp? erpIntegration})
-
WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUser.fromJson(Map<
String, dynamic> json) -
factory
Properties
- erpIntegration → WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUserErp?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- password → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username → String?
-
final
Methods
-
copyWith(
{String? username, String? password, WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUserErp? erpIntegration}) → WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUser -
Available on WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUser, provided by the $WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUserExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? username, Wrapped<String?> ? password, Wrapped<WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUserErp?> ? erpIntegration}) → WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUser -
Available on WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUser, provided by the $WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUserExtension 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 WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUser Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUser instance)