copy property

String get copy

Copied :

Implementation

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