today property

String get today

Today

Implementation

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