iiRecord
Agentic AI Atlas · Freezed
library:freezeda5c.ai
II.
Library JSON

library:freezed

Structured · live

Freezed json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-dart-flutter.yamlCluster · domain
Record JSON
{
  "id": "library:freezed",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-dart-flutter.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Freezed",
    "belongsToLanguageId": "language:dart",
    "category": "code-generation",
    "description": "A code generation package for Dart that produces immutable data classes with\ndeep copyWith support, union types (sealed classes), pattern matching helpers,\nJSON serialization integration, and automatic equality and toString methods.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:freezed",
      "to": "language:dart",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:freezed",
      "to": "skill-area:cli-tooling",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:freezed",
      "to": "library:json-serializable",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}