defaultPlugin property

  1. @protected
P defaultPlugin

Implementation

@protected
P get defaultPlugin {
  if (plugins case [final singlePlugin]) {
    return singlePlugin;
  }
  throw _pluginNotAddedException(category.name);
}