label property

String get label

Implementation

String get label => switch (this) {
  normal => 'NORMAL',
  insert => 'INSERT',
  visual => 'VISUAL',
  visualLine => 'V-LINE',
  command => 'COMMAND',
  replace => 'REPLACE',
};