all property

Iterable<PropsMeta> all
inherited

Returns a set of all the metadata in this collection (for propsMeta, this corresponds to all props mixins mixed into the props class).

See UiComponent2.consumedProps for usage examples.

Implementation

Iterable<U> get all => _metaByMixin.values;