consumedProps property

Iterable<ConsumedProps>? consumedProps
inherited

The keys for the non-forwarding props defined in this component.

For generated components, this defaults to the keys generated in the associated @annotations.Props class if this getter is not overridden.

Implementation

Iterable<component_base.ConsumedProps>? get consumedProps => $defaultConsumedProps;