ModelRegistry class

Constructors

ModelRegistry()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
Clears the registry (useful for testing or fresh runs)
findExistingModel(Map<String, String> fields) String?
Finds an existing model name that matches the structure
isProcessed(String name) bool
Checks if a model name has already been processed (code generated)
markProcessed(String name) → void
Marks a model name as processed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerModel(String name, Map<String, String> fields) → void
Registers a model structure with a given name
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited