decodeBtnText property
Implementation
String get decodeBtnText {
return Intl.message(
'Decode',
name: 'decodeBtnText',
desc: 'Text for the decoding button',
locale: localeName,
);
}
String get decodeBtnText {
return Intl.message(
'Decode',
name: 'decodeBtnText',
desc: 'Text for the decoding button',
locale: localeName,
);
}