contact_title property

String get contact_title

Contacts

Implementation

String get contact_title {
  return Intl.message(
    'Contacts',
    name: 'contact_title',
    desc: '',
    args: [],
  );
}