allComponents property

List<NiceComponentInfo> get allComponents

Get all components as a flat list.

Implementation

static List<NiceComponentInfo> get allComponents =>
    components.values.expand((list) => list).toList();