encodeResultScreenSaveBtnText property
Implementation
String get encodeResultScreenSaveBtnText {
return Intl.message(
'Save',
name: 'encodeResultScreenSaveBtnText',
desc: 'Text for the save button of the encode result screen',
locale: localeName,
);
}