plugin/unknown_placeholder_factory library

Functions

createUnknownPlaceholder(Type type, String missingSchemaType, Map<String, dynamic> jsonPayload) → SchemaItem?
Factory function that creates unknown placeholders for different schema item types. This is registered with the serialization system to provide placeholders when type registration fails.
initializeUnknownPlaceholderFactory() → void
Initializes the unknown placeholder factory for the serialization system. This should be called during app initialization.