staticMeta property

A collection of metadata for the prop fields in all prop mixins used by this props instance's generated props class.

Synonymous with component_base.UiComponent2.propsMeta.

This can be used to derive consumed props by usage in conjunction with addUnconsumedProps and addUnconsumedDomProps.

Implementation

@toBeGenerated PropsMetaCollection get staticMeta => throw UngeneratedError(member: #meta);