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