Exit property

String get Exit

Exit

Implementation

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