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