copyWith method
Implementation
WebApiModulesWarehouseContractForceSuspendSessionRequest copyWith({
String? contractId,
}) {
return WebApiModulesWarehouseContractForceSuspendSessionRequest(
contractId: contractId ?? this.contractId,
);
}
WebApiModulesWarehouseContractForceSuspendSessionRequest copyWith({
String? contractId,
}) {
return WebApiModulesWarehouseContractForceSuspendSessionRequest(
contractId: contractId ?? this.contractId,
);
}