propertySchema property
List<ComponentPropertyDef>
get
propertySchema
The component's editable properties, in display order. Drives the inspector, agent discovery, default-filling on realize, and the derived serialize. Empty for codecs that do not declare a schema.
Implementation
List<ComponentPropertyDef> get propertySchema => const [];