copyWith method

Implementation

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