WebApiModulesWarehouseCheckInCheckInAddOrderResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
WebApiModulesWarehouseCheckInCheckInAddOrderResponse({WebApiModulesWarehouseCheckInCheckInSessionInfo? sessionInfo, int? status, String? message, List<
WebApiModulesWarehouseCheckInCheckInOrder> ? orders, List<WebApiModulesWarehouseCheckInSuspendedSession> ? suspendedSessions}) -
WebApiModulesWarehouseCheckInCheckInAddOrderResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- message → String?
-
final
-
orders
→ List<
WebApiModulesWarehouseCheckInCheckInOrder> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionInfo → WebApiModulesWarehouseCheckInCheckInSessionInfo?
-
final
- status → int?
-
final
-
suspendedSessions
→ List<
WebApiModulesWarehouseCheckInSuspendedSession> ? -
final
Methods
-
copyWith(
{WebApiModulesWarehouseCheckInCheckInSessionInfo? sessionInfo, int? status, String? message, List< WebApiModulesWarehouseCheckInCheckInOrder> ? orders, List<WebApiModulesWarehouseCheckInSuspendedSession> ? suspendedSessions}) → WebApiModulesWarehouseCheckInCheckInAddOrderResponse -
Available on WebApiModulesWarehouseCheckInCheckInAddOrderResponse, provided by the $WebApiModulesWarehouseCheckInCheckInAddOrderResponseExtension extension
-
copyWithWrapped(
{Wrapped< WebApiModulesWarehouseCheckInCheckInSessionInfo?> ? sessionInfo, Wrapped<int?> ? status, Wrapped<String?> ? message, Wrapped<List< ? orders, Wrapped<WebApiModulesWarehouseCheckInCheckInOrder> ?>List< ? suspendedSessions}) → WebApiModulesWarehouseCheckInCheckInAddOrderResponseWebApiModulesWarehouseCheckInSuspendedSession> ?> -
Available on WebApiModulesWarehouseCheckInCheckInAddOrderResponse, provided by the $WebApiModulesWarehouseCheckInCheckInAddOrderResponseExtension 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 WebApiModulesWarehouseCheckInCheckInAddOrderResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesWarehouseCheckInCheckInAddOrderResponse instance)