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