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