important property

String get important

Important

Implementation

String get important {
  return Intl.message(
    'Important',
    name: 'important',
    desc: '',
    args: [],
  );
}