contact_expired property

String get contact_expired

Expired

Implementation

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