availableComponents property

List<String> get availableComponents

Implementation

static List<String> get availableComponents =>
    _components.keys.toList()..sort();