recent_title property

String recent_title

Recent chat

Implementation

String get recent_title {
  return Intl.message(
    'Recent chat',
    name: 'recent_title',
    desc: '',
    args: [],
  );
}