WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequest class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequest({String? sessionId, String? notes})
-
WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? sessionId, String? notes}) → WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequest -
Available on WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequest, provided by the $WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequestExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? sessionId, Wrapped<String?> ? notes}) → WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequest -
Available on WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequest, provided by the $WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequestExtension 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 WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequest Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesHomeControlsPickListUtilityItemCompleteSessionRequest instance)