named_modes property

Map<String, String?> named_modes
final

Modes by their name rather than their letter, from draft/named-modes. A letter means nothing without the server telling you what it does, and two servers spell the same feature differently. The names are stable, so this is what a user interface should show and what a setting should be keyed by.

Implementation

final Map<String, String?> named_modes;