schema property
The component's full portable schema. The default wraps type and propertySchema; override to add docs, an icon, or former type names.
Implementation
ComponentSchema get schema =>
ComponentSchema(type, properties: propertySchema);
The component's full portable schema. The default wraps type and propertySchema; override to add docs, an icon, or former type names.
ComponentSchema get schema =>
ComponentSchema(type, properties: propertySchema);