encodeScreenEncodeBtnText property

String encodeScreenEncodeBtnText

Implementation

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