label property

String get label

Implementation

String get label => switch (this) {
  disconnected => 'Disconnected',
  connecting => 'Connecting',
  connected => 'Connected',
  error => 'Error',
  reconnecting => 'Reconnecting',
};