notes property

String get notes

Notes

Implementation

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