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