title_important property

String title_important

IMPORTANT!

Implementation

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