NiceComponentCatalog class

Static registry of all known components in the library. Used for static analysis without running the app.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

allComponents List<NiceComponentInfo>
Get all components as a flat list.
no setter
componentCountByCategory Map<String, int>
Get component count by category.
no setter
components Map<String, List<NiceComponentInfo>>
All known components categorized by module.
final
estimatedSizeByCategory Map<String, int>
Get estimated size by category.
no setter
totalEstimatedSize int
Get total estimated size of all components.
no setter