encodeScreenRandomBtnText property

String encodeScreenRandomBtnText

Implementation

String get encodeScreenRandomBtnText {
  return Intl.message(
    'Random',
    name: 'encodeScreenRandomBtnText',
    desc: 'Text for the random button of the encode screen',
    locale: localeName,
  );
}