plugins property

List<TypeInfo> get plugins

Implementation

List<TypeInfo> get plugins {
  _plugins ??= typeMap.getPluginsForType(this);
  return _plugins!;
}