your_reply property

String get your_reply

Your reply

Implementation

String get your_reply {
  return Intl.message(
    'Your reply',
    name: 'your_reply',
    desc: '',
    args: [],
  );
}