staticMeta property

  1. @override
PropsMetaCollection staticMeta
override

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

@override
PropsMetaCollection get staticMeta => throw UnimplementedError('@PropsMixin instances do not implement instance meta');