title_important property
String
get
title_important
IMPORTANT!
Implementation
String get title_important {
return Intl.message(
'IMPORTANT!',
name: 'title_important',
desc: '',
args: [],
);
}