FancyKey class

A class that represents a key used to reference a form field in a FancyManager. Each FancyKey associates a unique identifier with a FancyManager instance.

Constructors

FancyKey({required String id, required FancyManager formManager})
Creates a FancyKey instance with a given id and formManager.

Properties

formManager FancyManager
The manager responsible for managing the form state and validation logic.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for this key, used to reference a specific form field.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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