text property

String text

Implementation

String get text {
  final mapValues = {
    RoomPropertyKey.host: 'host',
    RoomPropertyKey.liveStatus: 'live_status',
    RoomPropertyKey.liveDuration: 'ld',
  };

  return mapValues[this]!;
}