forMixins method

Iterable<PropsMeta> forMixins(
  1. Set<Type> mixinTypes
)
inherited

Returns a set of the metadata corresponding to mixinTypes.

See UiComponent2.consumedProps for usage examples.

Implementation

Iterable<U> forMixins(Set<Type> mixinTypes) =>
    mixinTypes.map(forMixin);