softEntries property

List<ConfigEntry> get softEntries

Get all entries with soft types

Implementation

List<ConfigEntry> get softEntries =>
    entries.where((entry) => entry.isSoft).toList();