WebApiModulesHomeControlsPickListUtilityItemStartSessionResponse class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WebApiModulesHomeControlsPickListUtilityItemStartSessionResponse({String? sessionId, String? inventoryTypes, String? inventoryTypeIds, int? status, bool? success, String? msg})
WebApiModulesHomeControlsPickListUtilityItemStartSessionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
inventoryTypeIds String?
final
inventoryTypes String?
final
msg String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
final
status int?
final
success bool?
final

Methods

copyWith({String? sessionId, String? inventoryTypes, String? inventoryTypeIds, int? status, bool? success, String? msg}) WebApiModulesHomeControlsPickListUtilityItemStartSessionResponse

Available on WebApiModulesHomeControlsPickListUtilityItemStartSessionResponse, provided by the $WebApiModulesHomeControlsPickListUtilityItemStartSessionResponseExtension extension

copyWithWrapped({Wrapped<String?>? sessionId, Wrapped<String?>? inventoryTypes, Wrapped<String?>? inventoryTypeIds, Wrapped<int?>? status, Wrapped<bool?>? success, Wrapped<String?>? msg}) WebApiModulesHomeControlsPickListUtilityItemStartSessionResponse

Available on WebApiModulesHomeControlsPickListUtilityItemStartSessionResponse, provided by the $WebApiModulesHomeControlsPickListUtilityItemStartSessionResponseExtension 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