plugins property

List<P> plugins

The plugins registered for this category.

By default, the category API uses the plugin which was first registered. To use a specific plugin instead, call getPlugin with the associated plugin key.

Implementation

List<P> get plugins => UnmodifiableListView(_plugins);