TSONDefinition class
Represents a TSON form definition.
Constructors
-
TSONDefinition({required String id, required Map<
String, dynamic> schema, required TSONController behavior}) -
const
Properties
Methods
-
getFieldSchema(
String fieldId) → Map< String, dynamic> ? - Retrieves the schema for a specific field by its ID.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validate(
) → void - Validates the schema structure.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited