copyWith method

Implementation

WebApiModulesInventorySetQcSetQcItemRequest copyWith({List<String>? code}) {
  return WebApiModulesInventorySetQcSetQcItemRequest(code: code ?? this.code);
}