notice property

String get notice

Notice

Implementation

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