contact_accepted property

String get contact_accepted

Accepted

Implementation

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