allComponents property
Get all components as a flat list.
Implementation
static List<NiceComponentInfo> get allComponents =>
components.values.expand((list) => list).toList();
Get all components as a flat list.
static List<NiceComponentInfo> get allComponents =>
components.values.expand((list) => list).toList();