hardcodeEntries property

List<ConfigEntry> get hardcodeEntries

Get all entries with hardcode types

Implementation

List<ConfigEntry> get hardcodeEntries =>
    entries.where((entry) => entry.isHardcode).toList();