cmdPasteContentAsPlainText property

String cmdPasteContentAsPlainText

paste content as plain text

Implementation

String get cmdPasteContentAsPlainText {
  return Intl.message(
    'paste content as plain text',
    name: 'cmdPasteContentAsPlainText',
    desc: '',
    args: [],
  );
}