copy property

String copy

Copy

Implementation

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