notifications property

String notifications

通知

Implementation

String get notifications {
  return Intl.message(
    '通知',
    name: 'notifications',
    desc: '',
    args: [],
  );
}