note property

String get note

Note:

Implementation

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