chat_message_unknown_type property

String chat_message_unknown_type

Unknown Type

Implementation

String get chat_message_unknown_type {
  return Intl.message(
    'Unknown Type',
    name: 'chat_message_unknown_type',
    desc: '',
    args: [],
  );
}