TSONDefinition class

Represents a TSON form definition.

Constructors

TSONDefinition({required String id, required Map<String, dynamic> schema, required TSONController behavior})
const

Properties

behavior TSONController
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema Map<String, dynamic>
final

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