decodeScreenDecodeBtnText property

String decodeScreenDecodeBtnText

Implementation

String get decodeScreenDecodeBtnText {
  return Intl.message(
    'Decode',
    name: 'decodeScreenDecodeBtnText',
    desc: 'Text for the decode button of the decode screen',
    locale: localeName,
  );
}