{
  "id": "D015",
  "name": "Ensure copyWith includes all constructor parameters",
  "description": "When a class has a copyWith method, it should include all constructor parameters to ensure complete object copying",
  "category": "dart",
  "severity": "warning",
  "languages": ["dart"],
  "tags": ["dart", "immutability", "data-class", "best-practice"]
}
