names property

List<String> get names

Preset names in declaration order.

Implementation

static List<String> get names => _presets.keys.toList(growable: false);