encodeResultScreenTitleText property
Implementation
String get encodeResultScreenTitleText {
return Intl.message(
'Hooray! Encoded!',
name: 'encodeResultScreenTitleText',
desc: 'Text for the title of the encode result screen',
locale: localeName,
);
}