all property
List<NiceComponentMapping>
get
all
Get all registered mappings.
Implementation
List<NiceComponentMapping> get all => _entries.values.toList();
Get all registered mappings.
List<NiceComponentMapping> get all => _entries.values.toList();